mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Notice removal
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
|
||||||
| $Revision: 1.46 $
|
| $Revision: 1.47 $
|
||||||
| $Date: 2009-09-01 20:09:35 $
|
| $Date: 2009-09-04 15:24:40 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
require_once(e_HANDLER.'db_table_admin_class.php');
|
require_once(e_HANDLER.'db_table_admin_class.php');
|
||||||
|
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/admin/lan_e107_update.php");
|
||||||
//include_lan(e_LANGUAGE.'admin/lan_e107_update.php');
|
//include_lan(e_LANGUAGE.'admin/lan_e107_update.php');
|
||||||
|
|
||||||
// Modified update routine - combines checking and update code into one block per function
|
// Modified update routine - combines checking and update code into one block per function
|
||||||
|
@@ -9,9 +9,9 @@
|
|||||||
* Text processing and parsing functions
|
* Text processing and parsing functions
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/e_parse_class.php,v $
|
||||||
* $Revision: 1.60 $
|
* $Revision: 1.61 $
|
||||||
* $Date: 2009-09-03 19:29:11 $
|
* $Date: 2009-09-04 15:24:41 $
|
||||||
* $Author: e107steved $
|
* $Author: e107coders $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -1207,7 +1207,7 @@ class e_parse
|
|||||||
$e107->getFolder('plugins'),
|
$e107->getFolder('plugins'),
|
||||||
$e107->getFolder('files'),
|
$e107->getFolder('files'),
|
||||||
$e107->getFolder('themes'),
|
$e107->getFolder('themes'),
|
||||||
$e107->getFolder('downloads'),
|
// $e107->getFolder('downloads'),
|
||||||
$e107->getFolder('handlers')
|
$e107->getFolder('handlers')
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -1222,7 +1222,7 @@ class e_parse
|
|||||||
e_PLUGIN_ABS,
|
e_PLUGIN_ABS,
|
||||||
e_FILE_ABS,
|
e_FILE_ABS,
|
||||||
e_THEME_ABS,
|
e_THEME_ABS,
|
||||||
e_DOWNLOAD_ABS,
|
// e_DOWNLOAD_ABS, //impossible when download is done via php.
|
||||||
e_HANDLER_ABS
|
e_HANDLER_ABS
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
@@ -1236,7 +1236,7 @@ class e_parse
|
|||||||
SITEURL.$e107->getFolder('plugins'),
|
SITEURL.$e107->getFolder('plugins'),
|
||||||
SITEURL.$e107->getFolder('files'),
|
SITEURL.$e107->getFolder('files'),
|
||||||
SITEURL.$e107->getFolder('themes'),
|
SITEURL.$e107->getFolder('themes'),
|
||||||
SITEURL.$e107->getFolder('downloads'),
|
// SITEURL.$e107->getFolder('downloads'),
|
||||||
SITEURL.$e107->getFolder('handlers')
|
SITEURL.$e107->getFolder('handlers')
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user