From a14709661aa681556012982ff54e47aa57f933ae Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 12 Dec 2011 15:41:34 -0500 Subject: [PATCH] Do not want to send any information having to deal with passwords back and forth to the server. Keep everything written in open javascript. --- update.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 update.php diff --git a/update.php b/update.php deleted file mode 100755 index 863b890..0000000 --- a/update.php +++ /dev/null @@ -1,11 +0,0 @@ -prepare("INSERT IGNORE INTO pg_sites (site) VALUES(?)"); - $query->bind_param('s', $site); - $query->execute(); - $query->close(); -?> -{} \ No newline at end of file