mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Issue #6 - LAN naming fix. Chrome CSS layout issues corrected. Admin Login page restyled using bootstrap3 markup.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2015 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
*/
|
||||
|
||||
define("LAN_head_1", "Admin Navigation");
|
||||
define("LAN_head_2", "Your server does not allow HTTP file uploads so it will not be possible for your users to upload avatars/files etc. To rectify this set file_uploads to On in your php.ini and restart your server. If you don't have access to your php.ini contact your hosts.");
|
||||
define("LAN_head_3", "Your server is running with a basedir restriction in effect. This disallows usage of any file outside of your home directory and as such could affect certain scripts such as the filemanager.");
|
||||
define("LAN_head_4", "Admin Area");
|
||||
define("LAN_head_5", "language displayed in admin area");
|
||||
define("LAN_head_6", "Plugins info");
|
||||
define("LAN_HEADER_01", "Admin Navigation");
|
||||
define("LAN_HEADER_02", "Your server does not allow HTTP file uploads so it will not be possible for your users to upload avatars/files etc. To rectify this set file_uploads to On in your php.ini and restart your server. If you don't have access to your php.ini contact your hosts.");
|
||||
define("LAN_HEADER_03", "Your server is running with a basedir restriction in effect. This disallows usage of any file outside of your home directory and as such could affect certain scripts such as the filemanager.");
|
||||
define("LAN_HEADER_04", "Admin Area");
|
||||
define("LAN_HEADER_05", "language displayed in admin area");
|
||||
define("LAN_HEADER_06", "Plugins info");
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user