Author: cyb
Date: Thu Jun 7 11:34:38 2007
New Revision: 525
URL: http://svn.gna.org/viewcvs/phplinker?rev=525&view=rev
Log:
#153: added default config to the default SQL dump
Modified:
trunk/doc/phplinker.sql
Modified: trunk/doc/phplinker.sql
URL:
http://svn.gna.org/viewcvs/phplinker/trunk/doc/phplinker.sql?rev=525&r1=524&r2=525&view=diff
==============================================================================
--- trunk/doc/phplinker.sql (original)
+++ trunk/doc/phplinker.sql Thu Jun 7 11:34:38 2007
@@ -50,6 +50,23 @@
`description` varchar(255) collate utf8_bin default NULL,
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
+
+INSERT INTO `config` VALUES ('linker_debug','0','set to 1 if debug mode
enabled, 0 instead');
+INSERT INTO `config` VALUES
('linker_dump_version','$Revision$','$LastChangedDate$ : $LastChangedBy$');
+INSERT INTO `config` VALUES
('linker_phpmailer_class','/usr/share/php/libphp-phpmailer/class.phpmailer.php','phpmailer
class path');
+INSERT INTO `config` VALUES ('linker_reset_password_from','[EMAIL
PROTECTED]','email address From when reset password');
+INSERT INTO `config` VALUES
('linker_reset_password_from_name','PHPLinker','email address From when reset
password');
+INSERT INTO `config` VALUES ('linker_reset_password_subject','PHPLinker: Your
new password','subject when reset password');
+INSERT INTO `config` VALUES ('linker_smarty_basedir','../smarty','smarty base
directory ');
+INSERT INTO `config` VALUES ('linker_smarty_cachedir','/cache','smarty cache
directory');
+INSERT INTO `config` VALUES
('linker_smarty_compiled_tpldir','/templates_c','smarty compiled templates
directory');
+INSERT INTO `config` VALUES ('linker_smarty_configdir','/configs','smarty
config directory');
+INSERT INTO `config` VALUES
('linker_smarty_dir','/usr/share/php/smarty/libs/Smarty.class.php','absolute
path to smarty library file');
+INSERT INTO `config` VALUES ('linker_smarty_template','default','current
template');
+INSERT INTO `config` VALUES ('linker_smarty_tpldir','/templates','smarty
templates directory');
+INSERT INTO `config` VALUES
('linker_php_pager','/usr/share/php/Pager/Pager.php','for show top url
uncategorized');
+INSERT INTO `config` VALUES ('linker_api_allowed_ips','127.0.0.1','api allowed
ips');
+INSERT INTO `config` VALUES ('linker_default_tag','default','default tag for
the API fetch_login_tag');
--
-- Table structure for table `log`
_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits