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 a25d3d2 commit 713ef96Copy full SHA for 713ef96
web/data.php
@@ -3,7 +3,7 @@
3
4
Rapi Castillo
5
*/
6
- $url = "https://docs.google.com/spreadsheets/d/1T09be8U1qmDF0qJ5QB0xFE4pwikknUpy4MMN6Hrpcb4/export?gid=0&format=csv";
+ $url = "https://docs.google.com/spreadsheets/d/1pREvLn2nidERGfXPQ2Q49D-VCMUcETx6A9JVusv5xu8/export?gid=0&format=csv";
7
$content = file_get_contents($url);
8
// $data = json_decode($content);
9
0 commit comments