Skip to content

Commit 500d904

Browse files
authored
Update updateData.php
1 parent 9b3e57b commit 500d904

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

updateData.php

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

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-
//);
3+
$base = dirname(__FILE__) . '/';
144

155
echo "Updating Fan Art" . PHP_EOL;
166

0 commit comments

Comments
 (0)