Source
11
11
** This program is distributed in the hope that it will be useful,
12
12
** but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
14
** GNU General Public License for more details.
15
15
**
16
16
** You should have received a copy of the GNU General Public License
17
17
** along with this program; if not, write to the Free Software
18
18
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
19
**/
20
20
21
-
error_reporting(E_ALL);
22
-
ini_set('display_errors', '1');
23
21
24
22
require_once dirname(__FILE__).'/include/config.inc.php';