Misc/Cleanup
* remove namespace includes sneakily auto placed by vscode
This commit is contained in:
parent
e96fafaf8b
commit
a6438454d6
6 changed files with 0 additions and 15 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
namespace Aowow;
|
||||
|
||||
use GdImage;
|
||||
|
||||
if (!defined('AOWOW_REVISION'))
|
||||
die('illegal access');
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,6 @@ namespace Aowow;
|
|||
if (!defined('AOWOW_REVISION'))
|
||||
die('illegal access');
|
||||
|
||||
/*
|
||||
Class designed by LordJZ for Aowow3
|
||||
|
||||
https://github.com/LordJZ/aowow3/
|
||||
*/
|
||||
|
||||
class DB
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
namespace Aowow;
|
||||
|
||||
use stdClass;
|
||||
|
||||
if (!defined('AOWOW_REVISION'))
|
||||
die('illegal access');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue