wok-next view 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 source
1 <?php
2 $SMBWEBCLIENT_CLASS = 'smbwebclient_config';
3 include '/usr/share/samba/smbwebclient-2.9.php';
4 include '/etc/samba/smbwebclient.conf';
5 $swc = new smbwebclient_config;
6 $swc->Run();
7 ?>