GMX9 / Crypto-Exchange-PHP

Free crypto exchange built with changenow.io API
GNU General Public License v3.0
87 stars 104 forks source link

using global keyword doesn't work on index.php #6

Closed rhivent closed 4 years ago

rhivent commented 4 years ago

$GLOBALS['base_url'] = $url; i got some fixed when implement this index base_url on /lib/controllers.php, cause global keyword in OS linux lubuntu doesn't work.

GMX9 commented 4 years ago

You mean that the global is not working? What PHP version you got installed?