소스 검색

Fixing my own bug in the offsetTime.

vbracco 18 년 전
부모
커밋
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() {