mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Syntax fix.
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_files/e_ajax.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_files/e_ajax.php,v $
|
||||||
| $Revision: 1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2008-01-16 10:46:59 $
|
| $Date: 2008-01-16 22:45:55 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
$E107['minimal'] = TRUE;
|
$_E107['minimal'] = TRUE;
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
@@ -4,8 +4,8 @@
|
|||||||
| e107 website system - Javascript File.
|
| e107 website system - Javascript File.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_files/e_js.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_files/e_js.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2008-01-16 10:46:59 $
|
| $Date: 2008-01-16 22:45:56 $
|
||||||
| $Author: e107coders $
|
| $Author: e107coders $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
* Final product: tdOffset cookie contains server-browser time difference in seconds,
|
* Final product: tdOffset cookie contains server-browser time difference in seconds,
|
||||||
* independent of time zone. tzOffset contains browser time zone in minutes.
|
* independent of time zone. tzOffset contains browser time zone in minutes.
|
||||||
*/
|
*/
|
||||||
$E107['minimal'] = TRUE;
|
$_E107['minimal'] = TRUE;
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
header('Content-type: text/javascript', TRUE);
|
header('Content-type: text/javascript', TRUE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user