[Phpcms-plugins-cvs] admin4phpCMS .cvsignore,NONE,1.1 INSTALL,NONE,1.1 index.php,1.5,1.6
Brought to you by:
mjahn
From: Martin J. <mj...@us...> - 2004-07-24 08:58:33
|
Update of /cvsroot/phpcms-plugins/admin4phpCMS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24990 Modified Files: index.php Added Files: .cvsignore INSTALL Log Message: changed some things --- NEW FILE: .cvsignore --- pear --- NEW FILE: INSTALL --- Index: index.php =================================================================== RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.php 18 Jun 2004 15:16:58 -0000 1.5 +++ index.php 24 Jul 2004 08:58:25 -0000 1.6 @@ -34,6 +34,9 @@ /* * $Log$ +* Revision 1.6 2004/07/24 08:58:25 mjahn +* changed some things +* * Revision 1.5 2004/06/18 15:16:58 mjahn * module filemanager and editor included * @@ -56,7 +59,7 @@ /** * Set the path for including the pear-packages **/ -ini_set ('include_path', realpath(dirname(__FILE__).'/../pear/').'/:'.ini_get('include_path')); +ini_set ('include_path', realpath(dirname(__FILE__).'/pear/').'/:'.ini_get('include_path')); /** * Include the framework-class |