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