From fb67a164e7807ed75afe1e582be337c8dc0b07e0 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Mon, 1 Jul 2013 16:36:09 +0200 Subject: [PATCH 1/2] add loudcvs.php --- geoapi/insert/.htaccess | 2 ++ geoapi/insert/loadcvs.php | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 geoapi/insert/.htaccess create mode 100644 geoapi/insert/loadcvs.php diff --git a/geoapi/insert/.htaccess b/geoapi/insert/.htaccess new file mode 100644 index 0000000..d37c5c8 --- /dev/null +++ b/geoapi/insert/.htaccess @@ -0,0 +1,2 @@ +RewriteEngine off +RewriteRule ^ index.php [QSA,L] \ No newline at end of file diff --git a/geoapi/insert/loadcvs.php b/geoapi/insert/loadcvs.php new file mode 100644 index 0000000..adbd9ca --- /dev/null +++ b/geoapi/insert/loadcvs.php @@ -0,0 +1,34 @@ + From fef8c7639221abdf3718a9114774430f735da7a4 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Mon, 1 Jul 2013 16:37:32 +0200 Subject: [PATCH 2/2] finish #63 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d1068b4..f885d23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/geoapi/nbproject/private/ \ No newline at end of file +/geoapi/nbproject/private/ +/geoapi/insert/campustest.csv \ No newline at end of file