Przeglądaj źródła

Fixing my own bug in the offsetTime.

vbracco 18 lat temu
rodzic
commit
d6ec475e35
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      admin/form.autosave.php

+ 2 - 1
admin/form.autosave.php Wyświetl plik

1
 <?php
1
 <?php
2
 if(!defined('entry'))define('entry', true);
2
 if(!defined('entry'))define('entry', true);
3
-
3
+require('../entry.php');
4
+global $conf;
4
 session_start();
5
 session_start();
5
 
6
 
6
 function isAjax() { 
7
 function isAjax() {