wok view smbwebclient/stuff/usr/share/samba/index.php @ rev 19400

memtest: DOS shutdown (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 03 11:26:12 2016 +0200 (2016-09-03)
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 ?>