[Openfirst-cvscommit] logger/setup setup.mssql,1.2,1.3 setup.mysql,1.10,1.11
Brought to you by:
xtimg
From: <dav...@us...> - 2003-10-01 01:54:18
|
Update of /cvsroot/openfirst/logger/setup In directory sc8-pr-cvs1:/tmp/cvs-serv19360/setup Modified Files: setup.mssql setup.mysql Log Message: The admin options should not be for basic users or visitors. I have moved all the links, which are purely for administrators, into the admin section. Index: setup.mssql =================================================================== RCS file: /cvsroot/openfirst/logger/setup/setup.mssql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** setup.mssql 30 Sep 2003 23:47:50 -0000 1.2 --- setup.mssql 1 Oct 2003 01:54:14 -0000 1.3 *************** *** 2,4 **** CREATE TABLE IF NOT EXISTS `ofirst_hitcount` (`ID` int(6) unsigned NOT NULL auto_increment,`Name` tinytext NOT NULL, `Value` int(6) unsigned, PRIMARY KEY (`ID`)) TYPE=MyISAM; ALTER TABLE ofirst_logger ADD column Member TEXT; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',adminnavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> | <a href="$basepath/logger/rawdata.php">Raw Data</a>',modulenavigation='<a href="$basepath/logger/index.php">Logger</a> | <a href="$basepath/logger/stats.php">Usage Statistics</a>',includes='logger.php'; --- 2,4 ---- CREATE TABLE IF NOT EXISTS `ofirst_hitcount` (`ID` int(6) unsigned NOT NULL auto_increment,`Name` tinytext NOT NULL, `Value` int(6) unsigned, PRIMARY KEY (`ID`)) TYPE=MyISAM; ALTER TABLE ofirst_logger ADD column Member TEXT; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',adminnavigation='<a href="$basepath/logger/index.php">Logger</a> | <a href="$basepath/logger/stats.php">Usage Statistics</a> | <a href="$basepath/logger/reset.php">Reset Logger</a> | <a href="$basepath/logger/rawdata.php">Raw Data</a>',includes='logger.php'; \ No newline at end of file Index: setup.mysql =================================================================== RCS file: /cvsroot/openfirst/logger/setup/setup.mysql,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** setup.mysql 30 Sep 2003 23:48:00 -0000 1.10 --- setup.mysql 1 Oct 2003 01:54:14 -0000 1.11 *************** *** 2,4 **** CREATE TABLE IF NOT EXISTS `ofirst_hitcount` (`ID` int(6) unsigned NOT NULL auto_increment,`Name` tinytext NOT NULL, `Value` int(6) unsigned, PRIMARY KEY (`ID`)) TYPE=MyISAM; ALTER TABLE ofirst_logger ADD column Member TEXT; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',adminnavigation='<a href="$basepath/logger/reset.php">Reset Logger</a> | <a href="$basepath/logger/rawdata.php">Raw Data</a>',modulenavigation='<a href="$basepath/logger/index.php">Logger</a> | <a href="$basepath/logger/stats.php">Usage Statistics</a>',includes='logger.php'; --- 2,4 ---- CREATE TABLE IF NOT EXISTS `ofirst_hitcount` (`ID` int(6) unsigned NOT NULL auto_increment,`Name` tinytext NOT NULL, `Value` int(6) unsigned, PRIMARY KEY (`ID`)) TYPE=MyISAM; ALTER TABLE ofirst_logger ADD column Member TEXT; ! INSERT INTO ofirst_config SET modulename='logger',showonmenu='0',active='0',adminnavigation='<a href="$basepath/logger/index.php">Logger</a> | <a href="$basepath/logger/stats.php">Usage Statistics</a> | <a href="$basepath/logger/reset.php">Reset Logger</a> | <a href="$basepath/logger/rawdata.php">Raw Data</a>',includes='logger.php'; \ No newline at end of file |