mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 16:23:35 +01:00
22 lines
1.0 KiB
PHP
22 lines
1.0 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_header.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:40 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
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");
|
|
|
|
?>
|