Browse Source

Updated base sql

Nathaniel van Diepen 10 years ago
parent
commit
665a476483
1 changed files with 2 additions and 1 deletions
  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, '');
 
 -- --------------------------------------------------------