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 28a0134 commit aa58263Copy full SHA for aa58263
purge.php
@@ -2,7 +2,7 @@
2
//requires https://github.com/netdna/netdnarws-php
3
require_once('netdnarws-php/NetDNA.php');
4
5
-$config = json_decode(readfile('./config.json'), true);
+$config = json_decode(file_get_contents('./config.json'), true);
6
$config = $config["cdn"];
7
8
//place your alias, key, secret into this constructor
0 commit comments