Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
removed the cache reset
Browse files Browse the repository at this point in the history
  • Loading branch information
demonrik committed Oct 16, 2016
1 parent b14d41e commit aefb908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
error_reporting(E_ALL & ~(E_DEPRECATED | E_STRICT));
define('TINYAJAX_PATH', '.');
opcache_reset();
//opcache_reset();
require_once("TinyAjax.php");
require_once("TinyAjaxBehavior.php");
require_once("vars.php");
Expand Down

0 comments on commit aefb908

Please sign in to comment.