2603.0 - First effort...

This commit is contained in:
2026-03-16 02:27:59 -04:00
parent c1b2c187e4
commit baed29d0fa
27 changed files with 2300 additions and 0 deletions

11
error.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
include('header.php');
include('topmenu.php');
?>
<h2>Error</h2>
<p><a href="<?php echo $_SESSION['ret_link']?>">Return</a></p>
</div>
<?php
include('footer.php');
?>