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 9b3e57b commit 500d904Copy full SHA for 500d904
updateData.php
@@ -1,16 +1,6 @@
1
<?php
2
3
-$base = "/opt/build/repo/";
4
-//echo "Updating Sponsors" . PHP_EOL;
5
-//
6
-//$data = file_get_contents(
7
-// 'https://raw.githubusercontent.com/phalcon/assets/master/phalcon/sponsors-fragment.html'
8
-//);
9
10
-//file_put_contents(
11
-// $base . '_includes/sponsors.html',
12
-// $data
13
+$base = dirname(__FILE__) . '/';
14
15
echo "Updating Fan Art" . PHP_EOL;
16
0 commit comments