mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Add include_lan() to fornt
This commit is contained in:
7
rate.php
7
rate.php
@@ -11,15 +11,16 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/rate.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2009-07-14 05:31:57 $
|
||||
| $Author: e107coders $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2009-08-28 15:30:24 $
|
||||
| $Author: marj_nl_fr $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
// DIRTY - needs input validation, streaky
|
||||
|
||||
require_once("class2.php");
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
|
||||
|
||||
$qs = explode("^", e_QUERY);
|
||||
|
||||
|
Reference in New Issue
Block a user