Quellcode durchsuchen

Changed the url in the test template

Roland Haroutiounian vor 9 Jahren
Ursprung
Commit
9fe960c63c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      templates/test.html

+ 1
- 1
templates/test.html Datei anzeigen

@@ -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 />

Laden…
Abbrechen
Speichern