浏览代码

Fixing my own bug in the offsetTime.

vbracco 16 年前
父节点
当前提交
d6ec475e35
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      admin/form.autosave.php

+ 2 - 1
admin/form.autosave.php 查看文件

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