booking/emp_points.php

26 lines
480 B
PHP
Executable File

<?php
require_once('fixed/config/go_con.php');
access(37);
if ($_GET['m'] == 50) {
} else {
$variable = 2;
switch ($variable) {
case '1':
require_once('work/files/reports/emp_points/1.php');
break;
case '2':
require_once('work/files/reports/emp_points/2.php');
break;
case '3':
break;
case '4':
break;
}
}