1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Bugtracker #3959 - hard coded LAN

This commit is contained in:
e107steved 2007-05-29 18:53:07 +00:00
parent 1c2770963b
commit 7ae8fb0ef7
2 changed files with 7 additions and 6 deletions

View File

@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/db_verify.php,v $
| $Revision: 1.2 $
| $Date: 2007-04-03 21:05:44 $
| $Revision: 1.3 $
| $Date: 2007-05-29 18:53:01 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@ -50,7 +50,7 @@ if (!getperms("0")) {
$id = str_replace("_sql","",$file);
$tables[$id] = $sql_data;
}else{
echo $filename." is not readable<br />";
echo $filename.DBLAN_22."<br />";
}
}

View File

@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db_verify.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:40 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-05-29 18:53:07 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("DBLAN_1", "Unable to read the sql datafile<br /><br />Please ensure the file <b>core_sql.php</b> exists in the <b>/admin/sql</b> directory.");
@ -30,4 +30,5 @@ define("DBLAN_18", "tables");
define("DBLAN_19", "Attempt to Fix");
define("DBLAN_20", "Attempting to fix tables");
define("DBLAN_21", "Fix Selected Items");
define("DBLAN_22", " is not readable");
?>