diff --git a/.gitignore b/.gitignore index d826b3d1..120d6ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ !**/*.jpg !**/*.yml !**/*.csv +!**/*.php # Specific files and directories to include !Makefile diff --git a/var/www.php_site.com/index.php b/var/www.php_site.com/index.php new file mode 100755 index 00000000..b56f10eb --- /dev/null +++ b/var/www.php_site.com/index.php @@ -0,0 +1,94 @@ +#!/usr/bin/php + + + + + + + Sign Up and Sign In + + +

Sign Up

+ ' . $error . '

'; ?> + ' . $message . '

'; ?> +
+ + +
+ + +
+ +
+ +

Sign In

+
+ + +
+ + +
+ +
+ + diff --git a/var/www.php_site.com/logout.php b/var/www.php_site.com/logout.php new file mode 100644 index 00000000..7e7a48f0 --- /dev/null +++ b/var/www.php_site.com/logout.php @@ -0,0 +1,6 @@ +