Update of /cvsroot/phpwiki/phpwiki/admin
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4284
Modified Files:
index.php3 wiki_zip.php3
Log Message:
brought up to date - "wiki_*" -> "/lib/*"
Index: index.php3
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/admin/index.php3,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** index.php3 2000/09/21 20:35:06 1.8
--- index.php3 2000/10/22 13:57:04 1.9
***************
*** 6,11 ****
// temporarily go up to the main directory. is there a way around this?
chdir("..");
! include "wiki_config.php3";
! include "wiki_stdlib.php3";
chdir("admin");
--- 6,11 ----
// temporarily go up to the main directory. is there a way around this?
chdir("..");
! include "lib/config.php";
! include "lib/stdlib.php";
chdir("admin");
Index: wiki_zip.php3
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/admin/wiki_zip.php3,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** wiki_zip.php3 2000/09/21 20:35:06 1.9
--- wiki_zip.php3 2000/10/22 13:57:04 1.10
***************
*** 6,11 ****
include "wiki_auth.php3";
chdir('..');
! include "wiki_config.php3"; // FIXME: should this be 'require'?
! require 'wiki_ziplib.php3';
chdir('admin');
--- 6,11 ----
include "wiki_auth.php3";
chdir('..');
! include "lib/config.php"; // FIXME: should this be 'require'?
! include "lib/ziplib.php";
chdir('admin');
|