From 6adbaafe9c10603aef147d14455c03b61ab4b574 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 4 Aug 2013 01:38:07 -0400 Subject: [PATCH] Not a dynamic page --- index.php => index.html | 162 ++++++++++++++++++++-------------------- sites.sql | 39 ---------- 2 files changed, 81 insertions(+), 120 deletions(-) rename index.php => index.html (96%) delete mode 100755 sites.sql diff --git a/index.php b/index.html similarity index 96% rename from index.php rename to index.html index ba6dcf5..c96526d 100755 --- a/index.php +++ b/index.html @@ -1,82 +1,82 @@ - - - - - Password Generator - - - - - - - -
-
- -
-
-
- - -
-
- - -
- -
- -
-
-
-
-
- - - - - + + + + + Password Generator + + + + + + + +
+
+ +
+
+
+ + +
+
+ + +
+ +
+ +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/sites.sql b/sites.sql deleted file mode 100755 index 242994b..0000000 --- a/sites.sql +++ /dev/null @@ -1,39 +0,0 @@ --- phpMyAdmin SQL Dump --- version 3.4.5 --- http://www.phpmyadmin.net --- --- Host: localhost --- Generation Time: Dec 06, 2011 at 08:33 PM --- Server version: 5.5.16 --- PHP Version: 5.3.8 - -SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -SET time_zone = "+00:00"; - - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; - --- --- Database: `temp` --- - --- -------------------------------------------------------- - --- --- Table structure for table `pg_sites` --- - -CREATE TABLE IF NOT EXISTS `pg_sites` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `site` varchar(255) NOT NULL, - `max` int(11) NOT NULL, - `special` int(11) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; - -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;