wok-next diff smbwebclient/stuff/usr/share/samba/index.php @ rev 2178
Add synergy (thanks Matthew)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 08 16:53:08 2009 +0000 (2009-02-08) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/smbwebclient/stuff/usr/share/samba/index.php Sun Feb 08 16:53:08 2009 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +<?php 1.5 + $SMBWEBCLIENT_CLASS = 'smbwebclient_config'; 1.6 + include '/usr/share/samba/smbwebclient-2.9.php'; 1.7 + include '/etc/samba/smbwebclient.conf'; 1.8 + $swc = new smbwebclient_config; 1.9 + $swc->Run(); 1.10 +?>