mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Finalise locations of language files, option to disable auto-load of English files on non-English sites if required files not found
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/admin_config.php,v $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2008-11-20 21:43:57 $
|
||||
| $Revision: 1.11 $
|
||||
| $Date: 2008-12-07 21:41:04 $
|
||||
| $Author: e107steved $
|
||||
|
|
||||
+----------------------------------------------------------------------------+
|
||||
@@ -28,7 +28,7 @@ if (!getperms("P"))
|
||||
}
|
||||
|
||||
|
||||
include_lan_admin(e_PLUGIN.'calendar_menu/');
|
||||
include_lan(e_PLUGIN.'calendar_menu/languages/'.e_LANGUAGE.'_admin_calendar_menu.php');
|
||||
|
||||
|
||||
$message = "";
|
||||
|
@@ -10,9 +10,9 @@
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/languages/admin/English.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2008-08-12 19:59:59 $
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/languages/English_admin_calendar_menu.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2008-12-07 21:41:04 $
|
||||
| $Author: e107steved $
|
||||
|
|
||||
+----------------------------------------------------------------------------+
|
@@ -11,17 +11,16 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/admin_config.php,v $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2008-08-13 20:47:09 $
|
||||
| $Revision: 1.6 $
|
||||
| $Date: 2008-12-07 21:41:04 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
|
||||
To do:
|
||||
1. Admin log for changes
|
||||
*/
|
||||
|
||||
|
||||
require_once("../../class2.php");
|
||||
if (!plugInstalled('log')) header("Location: ".e_BASE."index.php");
|
||||
if (!getperms("P"))
|
||||
{
|
||||
header("location:../../index.php");
|
||||
@@ -31,9 +30,9 @@ if (!getperms("P"))
|
||||
require_once(e_ADMIN."auth.php");
|
||||
require_once(e_HANDLER."userclass_class.php");
|
||||
|
||||
define("LOGPATH", e_PLUGIN."log/");
|
||||
define('LOGPATH', e_PLUGIN.'log/');
|
||||
|
||||
include_lan(LOGPATH."languages/admin/".e_LANGUAGE.".php");
|
||||
include_lan(LOGPATH.'languages/'.e_LANGUAGE.'_admin_log.php');
|
||||
|
||||
if (e_QUERY)
|
||||
{
|
||||
|
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/e_help.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2008-01-06 10:18:34 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2008-12-07 21:41:04 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -20,7 +20,7 @@
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
define("LOGPATH", e_PLUGIN."log/");
|
||||
include_lan(LOGPATH."languages/admin/".e_LANGUAGE."_log_help.php");
|
||||
include_lan(LOGPATH."languages/".e_LANGUAGE."_log_help.php");
|
||||
|
||||
if (e_QUERY) list($action,$junk) = explode('.',e_QUERY); else $action = 'list';
|
||||
|
||||
|
@@ -10,9 +10,9 @@
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/admin/English.php,v $
|
||||
| $Revision: 1.6 $
|
||||
| $Date: 2008-08-13 20:47:10 $
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/English_admin_log.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2008-12-07 21:41:04 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
@@ -10,9 +10,9 @@
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/admin/English_log_help.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2008-02-16 14:57:37 $
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/English_log_help.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2008-12-07 21:41:04 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
Reference in New Issue
Block a user