mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-26 01:09:22 +02:00
4 lines
227 B
PHP
4 lines
227 B
PHP
<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>
|
|
<h1>Success!</h1>
|
|
Go <script> document.write('<a href="' + document.referrer + '">back</a>'); </script>
|
|
<?php include 'layout/overall/footer.php'; ?>
|