We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eedcf2 commit ee07ccbCopy full SHA for ee07ccb
updateData.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-$base = dirname(__FILE__);
+$base = dirname(__FILE__) . '/';
4
echo "Updating Sponsors" . PHP_EOL;
5
6
$data = file_get_contents(
0 commit comments