add Control to ZM namespace

This commit is contained in:
Isaac Connor 2019-03-24 09:58:50 -04:00
parent f311fcc9e0
commit bd5c9b5b20
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<?php <?php
namespace ZM;
require_once('database.php'); require_once('database.php');
require_once( 'Server.php' );
class Control { class Control {