diff options
| author | s1n <[email protected]> | 2019-08-25 22:24:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-25 22:24:29 -0700 |
| commit | 1416250284de84cdc9125ebbd7efa0bfc9d8711a (patch) | |
| tree | ecea54538e15f1c57f0ba65e9ac71afff160c763 | |
| parent | test php exec (diff) | |
| download | s1n.pw-admin-1416250284de84cdc9125ebbd7efa0bfc9d8711a.tar.xz s1n.pw-admin-1416250284de84cdc9125ebbd7efa0bfc9d8711a.zip | |
Delete test.php
| -rw-r--r-- | test.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test.php b/test.php deleted file mode 100644 index a81aef0..0000000 --- a/test.php +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>Document</title> -</head> -<body> - <p>test</p> -</body> -</html> |