mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-04-02 16:42:04 +02:00
9 lines
58 B
PHP
9 lines
58 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/src/app.php';
|
|
|
|
run();
|
|
|
|
|
|
|