vpnmanager 1.0.0

This commit is contained in:
Christoph Haas 2012-07-16 19:58:49 +00:00
parent fe740a8619
commit bfa98bab75
1 changed files with 5 additions and 5 deletions

View File

@ -85,11 +85,11 @@ else
</tr>
<?php
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");
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","0666");
check_perms("/etc/openvpn/config/database","0666");
?>
</table>
<?php