vpnmanager 1.0.0

This commit is contained in:
2012-07-16 19:40:07 +00:00
parent 68a4fa5922
commit fe740a8619
2 changed files with 7 additions and 19 deletions

View File

@@ -84,12 +84,12 @@ else
<th style="border:5px;"><b>Current Chmod</b></th>
</tr>
<?php
check_perms("/var/www","0777");
check_perms("/etc/openvpn","0777");
check_perms("/etc/openvpn/easy-rsa2","0777");
check_perms("/etc/openvpn/easy-rsa2/keys","0777");
check_perms("/etc/openvpn/config/server.conf","0777");
check_perms("/etc/openvpn/config/database","0777");
check_perms("/srv/www/vhosts_admhaasch/vpn.sprinternet.at/public_html","0775");
check_perms("/etc/openvpn","0775");
check_perms("/etc/openvpn/easy-rsa2","0775");
check_perms("/etc/openvpn/easy-rsa2/keys","0775");
check_perms("/etc/openvpn/config/server.conf","0775");
check_perms("/etc/openvpn/config/database","0775");
?>
</table>
<?php