mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
16 lines
336 B
PHP
Executable File
16 lines
336 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Copyright (c) Codiad, Kent Safranski (codiad.com), and Isaac Brown (telaaedifex.com), distributed
|
|
* as-is and without warranty under the MIT License. See
|
|
* [root]/license.txt for more. This information must remain intact.
|
|
*/
|
|
|
|
class initialize {
|
|
|
|
public function __construct() {
|
|
|
|
Common::check_access();
|
|
}
|
|
}
|
|
?>
|