<?php namespace com\whitemagicsoftware; require "../common/php/class.Admin.php"; $admin = new Admin(); $admin->run(); ?>