Removed test code

This commit is contained in:
johnnyq 2022-04-01 16:53:39 -04:00
parent 991e2bd4d4
commit d7d0b10e43
1 changed files with 0 additions and 7 deletions

View File

@ -13,11 +13,4 @@
<hr>
<p>This is a great starting point for new custom pages.</p>
<?php
$temp_path = sys_get_temp_dir() . "/file.txt";
echo $temp_path."\n";
?>
<?php include("footer.php"); ?>