public
src
templates
addressbook
admin
security
status
_footer.html.php
_header.html.php
index.html.php
.gitignore
LICENSE
README.md
addressbook.sql
config.json.sample
7 lines
181 B
PHP
7 lines
181 B
PHP
<script src="/assets/js/functions.js"></script>
|
|
<?php if (!empty($message)): ?>
|
|
<script>setError('<?= $message ?>')</script>
|
|
<?php endif; ?>
|
|
|
|
</body>
|
|
</html>
|