Skip to content

Commit 60b65b4

Browse files
Reformat code
Original commit: aab74db This is an automated task. If you have questions or concerns about this task, please contact the repository owner.
1 parent aab74db commit 60b65b4

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

http/php/ls.php

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<html>
2-
<head>
3-
<title>Directory listing</title>
4-
</head>
5-
<body style="white-space: pre; font-family: Consolas, Ubuntu Mono, monospace"><?php echo `ls -lah` ?></body>
2+
<head>
3+
<title>Directory listing</title>
4+
</head>
5+
<body
6+
style="
7+
white-space: pre;
8+
font-family:
9+
Consolas,
10+
Ubuntu Mono,
11+
monospace;
12+
"
13+
>
14+
<?php echo `ls -lah`; ?>
15+
</body>
616
</html>

0 commit comments

Comments
 (0)