Implement creator studio and upload updates
This commit is contained in:
8
public/opcache-reset.php
Normal file
8
public/opcache-reset.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// TEMPORARY — delete after use
|
||||
if (function_exists('opcache_reset')) {
|
||||
opcache_reset();
|
||||
echo "OPcache reset OK — " . date('H:i:s');
|
||||
} else {
|
||||
echo "opcache_reset() not available";
|
||||
}
|
||||
Reference in New Issue
Block a user