From 93e1133ee88b03e7cae7318cb19761e698e57b86 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sun, 10 Dec 2006 18:00:04 +0000 Subject: SQL-Daten tabellenweise aufgeteilt; config-Daten jetzt mit urlencode kodiert. --- config/SQL/nav_inserts.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/SQL/nav_inserts.sql (limited to 'config/SQL/nav_inserts.sql') diff --git a/config/SQL/nav_inserts.sql b/config/SQL/nav_inserts.sql new file mode 100644 index 0000000..6c0949d --- /dev/null +++ b/config/SQL/nav_inserts.sql @@ -0,0 +1,17 @@ +-- +-- Tabellenstruktur für Tabelle `nav_inserts` +-- + +CREATE TABLE `nav_inserts` ( + `id` bigint(20) NOT NULL auto_increment, + `name` varchar(255) NOT NULL, + `code` longtext NOT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `name` (`name`) +) TYPE=MyISAM AUTO_INCREMENT=2 ; + +-- +-- Daten für Tabelle `nav_inserts` +-- + +INSERT INTO `nav_inserts` (`id`, `name`, `code`) VALUES (1, 'login', 'GetNeonLink(''Login'');\r\n echo ''" method="post">'';\r\n?>\r\n
\r\n User:
\r\n
\r\n Passwort:
\r\n
\r\n \r\n \r\n
\r\n\r\n'); -- cgit v1.2.3