[go: up one dir, main page]

Menu

[1b080d]: / index.php  Maximize  Restore  History

Download this file

5 lines (5 with data), 153 Bytes

1
2
3
4
5
<?php
define('BASE_PATH', dirname(__FILE__).'/');
define('DEBUG', true);
define('APP_SIGNATURE', 'phpMySOAP 0.5');
include BASE_PATH.'lib/bootstrap.php';