mirror of
https://github.com/e107inc/e107.git
synced 2025-09-08 05:11:01 +02:00
Cron scripts working correctly.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id: lan_admin.php,v 1.29 2009-10-06 18:58:08 e107steved Exp $
|
||||
* $Id: lan_admin.php,v 1.30 2009-10-23 14:16:08 e107coders Exp $
|
||||
*
|
||||
* Admin Language File
|
||||
*/
|
||||
@@ -175,8 +175,8 @@ define('ADLAN_154', "Error contacting Sourceforge to check for new version");
|
||||
define('ADLAN_155', 'System Logs');
|
||||
define('ADLAN_156', 'Admin log, user audit, rolling log');
|
||||
|
||||
define("ADLAN_157", "Schedule Tasks");
|
||||
define("ADLAN_158", "Cron Jobs and Automated Tasks");
|
||||
define("ADLAN_157", "Schedule Maintenance");
|
||||
define("ADLAN_158", "Cron Jobs and Automated Maintenance");
|
||||
|
||||
define("ADLAN_159", "URL Configuration");
|
||||
define("ADLAN_160", "Configure Site URLs");
|
||||
|
@@ -4,12 +4,12 @@
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_cron.php,v $
|
||||
| $Revision: 1.1 $
|
||||
| $Date: 2008-06-17 05:39:30 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2009-10-23 14:16:08 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Schedule Tasks"); }
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Schedule Maintenance"); }
|
||||
|
||||
define("LAN_CRON_1", "Name");
|
||||
define("LAN_CRON_2", "Description");
|
||||
|
Reference in New Issue
Block a user