Explorar o código

Updated base sql

Nathaniel van Diepen %!s(int64=11) %!d(string=hai) anos
pai
achega
665a476483
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      ircd.sql

+ 2 - 1
ircd.sql

@@ -75,7 +75,8 @@ INSERT INTO `configuration` (`key`, `description`, `value`, `type`) VALUES
 ('stats-server', 'Stats Server', NULL, 'lookup'),
 ('xmlrpc-path', 'XMLRPC Path', '/xmlrpc', 'string'),
 ('xmlrpc-port', 'XMLRPC Port', '9900', 'number'),
-('xmlrpc-server', 'XMLRPC Server', NULL, 'lookup');
+('xmlrpc-server', 'XMLRPC Server', NULL, 'lookup'),
+('smf-path', 'SMF Installation Path', NULL, '');
 
 -- --------------------------------------------------------