Update of /cvsroot/phpslash/phpslash-ft/public_html/admin
In directory usw-pr-cvs1:/tmp/cvs-serv30932/phpslash-ft/public_html/admin
Modified Files:
authorAdmin.php3 blockAdmin.php3 commentAdmin.php3
glossaryAdmin.php3 infologAdmin.php3 mailinglistAdmin.php3
pollAdmin.php3 sectionAdmin.php3 storyAdmin.php3
submissionAdmin.php3 topicAdmin.php3 variableAdmin.php3
Added Files:
config.php3
Log Message:
added symlink-like admin/config.php3
--- NEW FILE: config.php3 ---
<?php
// This file can also be a symlink to the required file.
require("../config.php3");
?>
Index: authorAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/authorAdmin.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** authorAdmin.php3 2001/12/19 20:00:41 1.3
--- authorAdmin.php3 2002/02/01 04:23:52 1.4
***************
*** 6,10 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 6,10 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: blockAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/blockAdmin.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** blockAdmin.php3 2001/05/15 22:45:26 1.1
--- blockAdmin.php3 2002/02/01 04:23:52 1.2
***************
*** 10,14 ****
/* Require the config */
! require("../config.php3");
/* Open the page with session variables enabled */
--- 10,14 ----
/* Require the config */
! require("config.php3");
/* Open the page with session variables enabled */
Index: commentAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/commentAdmin.php3,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** commentAdmin.php3 2001/12/19 20:00:41 1.7
--- commentAdmin.php3 2002/02/01 04:23:52 1.8
***************
*** 8,12 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 8,12 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: glossaryAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/glossaryAdmin.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** glossaryAdmin.php3 2001/05/15 22:45:26 1.1
--- glossaryAdmin.php3 2002/02/01 04:23:52 1.2
***************
*** 6,10 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 6,10 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: infologAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/infologAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** infologAdmin.php3 2001/12/19 20:00:41 1.2
--- infologAdmin.php3 2002/02/01 04:23:52 1.3
***************
*** 7,14 ****
$xsiteobject = "Administration";
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
! require($classdir . '/Infolog.class');
$log = new Infolog;
--- 7,14 ----
$xsiteobject = "Administration";
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
! require($_PSL[classdir] . '/Infolog.class');
$log = new Infolog;
Index: mailinglistAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/mailinglistAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mailinglistAdmin.php3 2001/12/16 20:54:51 1.2
--- mailinglistAdmin.php3 2002/02/01 04:23:52 1.3
***************
*** 6,10 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require('../config.php3');
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 6,10 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require('config.php3');
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: pollAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/pollAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pollAdmin.php3 2001/06/08 21:30:00 1.2
--- pollAdmin.php3 2002/02/01 04:23:52 1.3
***************
*** 6,10 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 6,10 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: sectionAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/sectionAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sectionAdmin.php3 2001/12/19 20:00:41 1.2
--- sectionAdmin.php3 2002/02/01 04:23:52 1.3
***************
*** 8,12 ****
$xsiteobject = "Administration";
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 8,12 ----
$xsiteobject = "Administration";
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: storyAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/storyAdmin.php3,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** storyAdmin.php3 2001/12/19 20:00:41 1.4
--- storyAdmin.php3 2002/02/01 04:23:52 1.5
***************
*** 6,10 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 6,10 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: submissionAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/submissionAdmin.php3,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** submissionAdmin.php3 2001/10/09 23:28:12 1.4
--- submissionAdmin.php3 2002/02/01 04:23:52 1.5
***************
*** 5,9 ****
$xsiteobject = "Administration";#Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 5,9 ----
$xsiteobject = "Administration";#Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: topicAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/topicAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** topicAdmin.php3 2001/12/19 20:00:41 1.2
--- topicAdmin.php3 2002/02/01 04:23:52 1.3
***************
*** 6,10 ****
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 6,10 ----
$xsiteobject = "Administration"; // Defines The META TAG Page Type
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
Index: variableAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/variableAdmin.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** variableAdmin.php3 2001/12/19 20:00:41 1.2
--- variableAdmin.php3 2002/02/01 04:23:52 1.3
***************
*** 7,11 ****
$xsiteobject = "Administration";
! require("../config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
--- 7,11 ----
$xsiteobject = "Administration";
! require("config.php3");
page_open(array("sess"=>"slashSess","auth"=>"slashAuth","perm"=>"slashPerm"));
|