mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-08-10 23:59:25 +02:00
9 lines
68 B
PHP
9 lines
68 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/src/app.php';
|
|
|
|
firstPage(true);
|
|
|
|
|
|
|