Skip to content

Commit 21068f4

Browse files
authored
Update index.php
1 parent 1ef65db commit 21068f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
require_once(decorator.php);
3-
$dec = new Decorator();
2+
require_once('decorator.php');
3+
$dec = new Decorator;
44
?>
55

66
<!DOCTYPE html>
@@ -12,7 +12,7 @@
1212
<body>
1313
<h1>Null's Text Decorator</h1>
1414
<br />
15-
<form action="index.html" method="post">
15+
<form action="index.php" method="post">
1616
<br />
1717
<?php
1818
if (isset($_POST["step2"]))

0 commit comments

Comments
 (0)