Add notice

Add notice
This commit is contained in:
Catalin Novgorodschi
2026-04-28 10:19:50 +03:00
parent 6f311ced30
commit 3607a566f9
15 changed files with 106 additions and 32 deletions
+14
View File
@@ -1,4 +1,18 @@
<?php
#################################################################################
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Project: TravianZ ##
## Filename autoloader.php ##
## Developed by: Dzoki ##
## License: TravianZ Project ##
## Copyright: TravianZ (c) 2010-2026. All rights reserved. ##
## URLs: http://travian.shadowss.ro ##
## Source code: https://github.com/Shadowss/TravianZ ##
## ##
#################################################################################
function autoloadClass($class) {
// strip the App classname's namespace
$clazz = str_replace(['App\\', '\\'], ['', '/'], $class);