Update app_start.php

pull/522/head
Mr Chen 1 year ago
parent 65cb4941af
commit a218ba05d2
  1. 4
      plugins/php/conf/app_start.php

@ -1,5 +1,9 @@
<?php
if (isset($_GET['mw_opcache_reset']) && $_GET['mw_opcache_reset'] == 'ok'){
opcache_reset();
}
define('XHProf_Name', 'mdd');
/**

Loading…
Cancel
Save