1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Syntax fix.

This commit is contained in:
CaMer0n
2008-01-16 22:45:56 +00:00
parent bcd40463a7
commit 40c28dd8c1
2 changed files with 6 additions and 6 deletions

View File

@@ -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");
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------

View File

@@ -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);