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