We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef65db commit 21068f4Copy full SHA for 21068f4
1 file changed
index.php
@@ -1,6 +1,6 @@
1
<?php
2
-require_once(decorator.php);
3
-$dec = new Decorator();
+require_once('decorator.php');
+$dec = new Decorator;
4
?>
5
6
<!DOCTYPE html>
@@ -12,7 +12,7 @@
12
<body>
13
<h1>Null's Text Decorator</h1>
14
<br />
15
- <form action="index.html" method="post">
+ <form action="index.php" method="post">
16
17
18
if (isset($_POST["step2"]))
0 commit comments