mirror of
https://github.com/xevidos/codiad.git
synced 2025-01-03 11:42:12 +01:00
7 lines
No EOL
115 B
PHP
7 lines
No EOL
115 B
PHP
<?php
|
|
|
|
require_once( __DIR__ . "/../components/initialize/class.initialize.php" );
|
|
|
|
Initialize::get_instance();
|
|
|
|
?>
|