app_dev.php (118B)
1 <?php 2 3 ini_set('display_errors', 1); 4 ini_set('display_startup_errors', 1); 5 error_reporting(E_ALL); 6 7 include "app.php";
rest-proxy.phpSimple proxy for RESTful APIs | |
| git clone git://git.finwo.net/app/rest-proxy.php | |
| Log | Files | Refs | README |