Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Observatorio UI
Calculadora-Guardias
Commits
58f15cc0
Commit
58f15cc0
authored
Mar 17, 2022
by
m0rc0m
Browse files
generalize form action path
parent
7ac67c06
Pipeline
#237
passed with stages
in 5 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
calc/index.html
calc/index.html
+1
-1
No files found.
calc/index.html
View file @
58f15cc0
...
...
@@ -18,7 +18,7 @@
<p>
#~
</p>
<h1><b>
Calculadora
</b></h1>
<form
action=
"/
var/www/html/
scripts/calcular.php"
method=
"post"
>
<form
action=
"/scripts/calcular.php"
method=
"post"
>
<label
for=
"Sueldo"
>
Sueldo Base
</label>
<p></p>
<input
type=
"number"
id=
"Sueldo"
name=
"Sueldo"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment