This website works better with JavaScript.
Home
Help
Sign In
apoc
/
bazaar-design
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
master fixes up sample datafile path
master
apoc
8 months ago
parent
498d8a340d
commit
73a356bf2c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/index.php
+ 1
- 1
src/index.php
View File
@@ -1,3 +1,3 @@
<?php
print file_get_contents('../local/data/samples/adverts.csv');
print file_get_contents(
__dir__ .
'
/
../local/data/samples/adverts.csv');
Write
Preview
Loading…
Cancel
Save