diff options
Diffstat (limited to 'source4/scripting/libjs/upgrade.js')
-rw-r--r-- | source4/scripting/libjs/upgrade.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/scripting/libjs/upgrade.js b/source4/scripting/libjs/upgrade.js new file mode 100644 index 0000000000..604bbac2c0 --- /dev/null +++ b/source4/scripting/libjs/upgrade.js @@ -0,0 +1,13 @@ +/* + 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; +} |