diff options
-rw-r--r-- | header.inc.php | 0 | ||||
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | phptest.php | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/header.inc.php b/header.inc.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/header.inc.php @@ -58,9 +58,6 @@ IT school based in Lyon, France. I work on various personnal project beside that. </p> - <p> - <a href="phptest.php">PHP test</a> - </p> </div> <footer> <p> diff --git a/phptest.php b/phptest.php deleted file mode 100644 index 147cebc..0000000 --- a/phptest.php +++ /dev/null @@ -1 +0,0 @@ -<?php phpinfo(); ?> |