<?php
chdir('../');
define('SUB_DIR', '/zx/');
$_GET['mod'] = 'list';
$_GET['catid'] = '8';
require_once './portal.php';
?>