1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

Adding missing LAN for backup.

This commit is contained in:
Cameron 2015-04-14 12:08:28 -07:00
parent 3102a6cb07
commit dafdbef963
2 changed files with 4 additions and 2 deletions

View File

@ -1867,7 +1867,7 @@ require_once (e_ADMIN."footer.php");
* Handle page DOM within the page header
*
* @return string JS source
*/
*//*
function headerjs()
{
require_once(e_HANDLER.'js_helper.php');
@ -1880,6 +1880,6 @@ function headerjs()
";
return $ret;
}
}*/
?>

View File

@ -382,5 +382,7 @@ define("LAN_AL_ADMINUI_02", "Admin-UI DB Table Update: [x]");
define("LAN_AL_ADMINUI_03", "Admin-UI DB Table Delete: [x]");
define("LAN_AL_ADMINUI_04", "Admin-UI DB Error: [x]");
define("LAN_AL_BACKUP", "Database backup");
?>