1 |
diff -urN smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type |
2 |
--- smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type 2015-08-08 21:37:59.000000000 +1000 |
3 |
+++ smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/db/accounts/defaults/phpvirtualbox/type 2022-10-19 10:27:08.000000000 +1100 |
4 |
@@ -1 +1 @@ |
5 |
-reserved |
6 |
+url |
7 |
diff -urN smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php |
8 |
--- smeserver-phpvirtualbox-5.2.1.old/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php 2022-10-18 14:45:32.000000000 +1100 |
9 |
+++ smeserver-phpvirtualbox-5.2.1/root/etc/e-smith/templates/opt/phpvirtualbox/config.php/config.php 2022-10-19 10:42:01.000000000 +1100 |
10 |
@@ -1,7 +1,7 @@ |
11 |
{ |
12 |
use esmith::AccountsDB; |
13 |
my $adb = esmith::AccountsDB->open_ro or die "Couldn't open Accounst DB\n"; |
14 |
- my $passwd = do{local(@ARGV,$/)="/home/e-smith/files/users/vbox/.virtualbox/vbox.passwd";<>} or die "vbox credentials NOT found\n"; |
15 |
+ my $passwd = do{local(@ARGV,$/)="/home/vbox/.virtualbox/vbox.passwd";<>} or die "vbox credentials NOT found\n"; |
16 |
|
17 |
$OUT .=<<_PARMS; |
18 |
|