ScanImageWebGUI/index.php

14 lines
256 B
PHP
Raw Normal View History

2014-08-23 23:07:41 -04:00
<?php
/*** error reporting on ***/
error_reporting(E_ALL);
/*** define the site path constant ***/
$site_path = realpath(dirname(__FILE__));
define ('__SITE_PATH', $site_path);
/*** include the init.php file ***/
include 'includes/init.php';
?>