Skip to content

Commit fc44d82

Browse files
authored
changing the base folder
1 parent e851e68 commit fc44d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updateData.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$base = "/opt/build/repo/";
3+
$base = dirname(__FILE__);
44
echo "Updating Sponsors" . PHP_EOL;
55

66
$data = file_get_contents(

0 commit comments

Comments
 (0)