Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/php-sandbox/blame/branch/master/config.php.dist You should set ROOT_URL correctly, otherwise the web may not work correctly.
Online PHP editor for testing your code. There is no isolation, do not make the web interface public!
php-sandbox/config.php.dist

16 lines
488 B

<?php
return array(
// how many spaces to use for indention, 0 will make it use real tabs
'tabsize' => 4,
// whitelist of IPs which don't need to be authenticated
// use '*' to allow any IP
'ip_whitelist' => array('127.0.0.1', '::1'),
// bootstrap file, if defined this file will be included before
// the code entered by the user is evaluated. any variables and classes
// defined here will be accessible by the eval'd code
'bootstrap' => null,
);