mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-09 19:16:18 +02:00
Improved codestyle and added to start using phpcs to check code style, fix #95.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
spl_autoload_register(function ($class) {
|
||||
//$path = CIMAGE_SOURCE_PATH . "/{$class}.php";
|
||||
$path = __DIR__ . "/{$class}.php";
|
||||
if(is_file($path)) {
|
||||
if (is_file($path)) {
|
||||
require($path);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user