Skip to content

Commit 3b85e6d

Browse files
committed
Deleted private files
1 parent 39f2de1 commit 3b85e6d

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,61 @@ for the sake of security.
2828

2929
This website generates files at /var/www/html/insta/data/ without deleting them. If you find the directory too resource-consuming, please add a cronjob yourself to clean it.
3030

31+
===
32+
33+
Here is a list of PHP extensions used by the website at pmt.mcpe.me:
34+
35+
```
36+
Array
37+
(
38+
[0] => Core
39+
[1] => date
40+
[2] => ereg
41+
[3] => libxml
42+
[4] => openssl
43+
[5] => pcre
44+
[6] => zlib
45+
[7] => bcmath
46+
[8] => bz2
47+
[9] => calendar
48+
[10] => ctype
49+
[11] => dba
50+
[12] => dom
51+
[13] => hash
52+
[14] => fileinfo
53+
[15] => filter
54+
[16] => ftp
55+
[17] => gettext
56+
[18] => SPL
57+
[19] => iconv
58+
[20] => mbstring
59+
[21] => session
60+
[22] => posix
61+
[23] => Reflection
62+
[24] => standard
63+
[25] => shmop
64+
[26] => SimpleXML
65+
[27] => soap
66+
[28] => sockets
67+
[29] => Phar
68+
[30] => exif
69+
[31] => sysvmsg
70+
[32] => sysvsem
71+
[33] => sysvshm
72+
[34] => tokenizer
73+
[35] => wddx
74+
[36] => xml
75+
[37] => xmlreader
76+
[38] => xmlwriter
77+
[39] => zip
78+
[40] => apache2handler
79+
[41] => yaml
80+
[42] => Weakref
81+
[43] => PDO
82+
[44] => curl
83+
[45] => json
84+
[46] => readline
85+
[47] => mhash
86+
[48] => Zend OPcache
87+
)
88+
```

0 commit comments

Comments
 (0)