File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
topics/data_source/http_dynamic Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3232 print "\nExample: {$ file ->getRelativePathname ()}\n" ;
3333
3434 try {
35- include $ file ->getRealPath ();
35+ if ($ file ->getBasename () === 'code.php ' ) {
36+ include $ file ->getRealPath ();
37+ }
3638 } catch (Exception $ e ) {
3739 print "Example failed: {$ e ->getMessage ()}\n" ;
3840
Original file line number Diff line number Diff line change 11+----------+-----------------------------+---------------------+----------+--------------+-----------+----------------------+
22| name | html_url | blog | login | public_repos | followers | created_at |
33+----------+-----------------------------+---------------------+----------+--------------+-----------+----------------------+
4- | Flow PHP | https://github.com/flow-php | http://flow-php.com | flow-php | 36 | 101 | 2020-10-26T18:40:27Z |
4+ | Flow PHP | https://github.com/flow-php | http://flow-php.com | flow-php | 36 | 102 | 2020-10-26T18:40:27Z |
55+----------+-----------------------------+---------------------+----------+--------------+-----------+----------------------+
661 rows
You can’t perform that action at this time.
0 commit comments