Subversion Repositories cheapmusic

Rev

Rev 12 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 13
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start("ob_gzhandler"); else ob_start();
-
 
3
 
2
include_once('php/sessions_db.php');
4
include_once('php/sessions_db.php');
3
include_once('php/cryptor.php');
5
include_once('php/cryptor.php');
4
include_once('php/vendors.php');
6
include_once('php/vendors.php');
5
 
7
 
6
error_reporting(E_ALL);
8
error_reporting(E_ALL);