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