Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cisvindesh authored Sep 9, 2024
1 parent 3c73707 commit ea91eba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
phpinfo();
$name = 'hello';
if($name == 'hello') {
print "condition is true"
}

0 comments on commit ea91eba

Please sign in to comment.