mirror of
https://github.com/e107inc/e107.git
synced 2025-02-22 07:47:10 +01:00
19 lines
748 B
PHP
19 lines
748 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_equery_secure.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:39 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
define("EQSEC_LAN1", "You are being redirected to an admin function, possible database modifications could occur");
|
|
define("EQSEC_LAN2", "Please confirm this action:");
|
|
define("EQSEC_LAN3", "No referrer");
|
|
define("EQSEC_LAN4", "Action from:");
|
|
define("EQSEC_LAN5", "Action to:");
|
|
define("EQSEC_LAN6", "Confirm action");
|
|
define("EQSEC_LAN7", "Or cancel");
|
|
?>
|