Browse Source

Changed the url in the test template

Roland Haroutiounian 8 years ago
parent
commit
9fe960c63c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/test.html

+ 1
- 1
templates/test.html View File

@@ -1,7 +1,7 @@
1 1
 <html>
2 2
 <head></head>
3 3
 <body>
4
-    <form action="localhost:9090/admin?r=1&rand[]=7&rand[]=5" method="POST" enctype="multipart/form-data">
4
+    <form action="http://localhost:9090/admin?r=1&rand[]=7&rand[]=5" method="POST" enctype="multipart/form-data">
5 5
         <input type="text" name="re[]" value="3"><br />
6 6
         <input type="text" name="re[]" value="1"><br />
7 7
         <input type="text" name="val" value="8"><br />

Loading…
Cancel
Save