add Control to ZM namespace
This commit is contained in:
parent
f311fcc9e0
commit
bd5c9b5b20
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
require_once( 'database.php' );
|
||||
require_once( 'Server.php' );
|
||||
namespace ZM;
|
||||
|
||||
require_once('database.php');
|
||||
|
||||
class Control {
|
||||
|
||||
|
|
Loading…
Reference in New Issue