From c4f926438dcb8abe805e910399940f79ff643c4b Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:39:41 -0500 Subject: Add files via upload --- sourcecodes/net_structure.php | 137 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 sourcecodes/net_structure.php (limited to 'sourcecodes/net_structure.php') diff --git a/sourcecodes/net_structure.php b/sourcecodes/net_structure.php new file mode 100644 index 00000000..ba1b9de1 --- /dev/null +++ b/sourcecodes/net_structure.php @@ -0,0 +1,137 @@ + window.alert ('Sorry, error uploading $TextFile.')"; + flush(); + exit(); + } + else + { + $searchID=file_get_contents("$TextinFile"); + //fclose($fh); + unlink($TextinFile); + + } + + } + + else + { + echo ""; + } + } +} + +if($searchID!="") +{ +?> + + + + + + + + + +
+ +

Upload network structure

+
+ + + + + + + + + + + + +
+ + + > + +

Content of uploaded structure file:

+ +
+     + > +
+
+ +
+ -- cgit 1.4.1