mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Bugtracker #3960 - hard coded LAN
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/languages/admin/English.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-02-10 15:54:47 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-05-30 20:49:13 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -47,14 +47,12 @@ define("ADSTAT_L25", "Selected stats reset");
|
||||
define("ADSTAT_L26", "Remove page entries");
|
||||
define("ADSTAT_L27", "If your stats have incorrect pages, you can remove them here");
|
||||
define("ADSTAT_L28", "Open page");
|
||||
|
||||
|
||||
define("ADSTAT_L29", "Page Name");
|
||||
define("ADSTAT_L30", "Check to remove");
|
||||
define("ADSTAT_L31", "Remove selected pages");
|
||||
define("ADSTAT_L32", "Page Tidy");
|
||||
|
||||
define("ADSTAT_L33", "Configure Statistics Logging");
|
||||
define("ADSTAT_L34", "Site Stats");
|
||||
|
||||
|
||||
?>
|
@@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/log/plugin.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2007-02-10 15:54:47 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-05-30 20:49:13 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@@ -78,7 +78,7 @@ $eplug_tables = array(
|
||||
|
||||
// Create a link in main menu (yes=TRUE, no=FALSE) -------------------------------------------------------------
|
||||
$eplug_link = TRUE;
|
||||
$eplug_link_name = "Site Stats";
|
||||
$eplug_link_name = ADSTAT_L34;
|
||||
$eplug_link_url = e_PLUGIN."log/stats.php?1";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user