1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/scripting/libjs/upgrade.js
2007-10-10 13:34:53 -05:00

14 lines
175 B
JavaScript

/*
backend code for upgrading from Samba3
Copyright Jelmer Vernooij 2005
Released under the GNU GPL v2 or later
*/
libinclude("base.js");
function foo()
{
return 0;
}