added orai

This commit is contained in:
szabomarton
2024-12-05 11:59:42 +01:00
parent 350f937b4f
commit 0158b59ccb
6 changed files with 66 additions and 0 deletions

7
20241205/index.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
session_start();
require_once("config.php");
require_once("func.php");
require_once("head.php");
require_once("html.php");
require_once("footer.php");