We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd498b commit fef912fCopy full SHA for fef912f
purge.php
@@ -3,7 +3,7 @@
3
4
$config = json_decode( file_get_contents( './config.json' ), true );
5
$config = $config[ 'cdn' ];
6
-$zone_id = 1;
+$zone_id = $config[ 'zone_id' ];
7
8
$parts = preg_split( '/\?reload=?/', $_SERVER[ 'REQUEST_URI' ] );
9
if ( !$parts ) {
0 commit comments