File tree 3 files changed +13
-12
lines changed
3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 96
96
* If not, there is a PHP error somewhere.
97
97
*/
98
98
if ( typeof trans != "function" || typeof __vboxLangData == "undefined" ) {
99
+ //if(true) {
100
+
99
101
trans = function ( s ) { return s ; } ;
100
102
vboxAlert ( "An unknown PHP error occurred. This is most likely a syntax error in\
101
103
config.php in phpVirtualBox's folder. The most common errors are an unclosed\
106
108
browser may display the PHP error message.</p>\
107
109
<p>If find that this is not the case,\
108
110
or have no idea what this error message means, please raise the issue\
109
- at <a href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
110
- >https://github.com/phpvirtualbox/phpvirtualbox/issues/ " , { 'width' :'50%' } ) ;
111
+ at <a target=_blank href='https://github.com/phpvirtualbox/phpvirtualbox/issues/'\
112
+ >https://github.com/phpvirtualbox/phpvirtualbox/issues" , { 'width' :'50%' } ) ;
111
113
return ;
112
114
}
113
115
Original file line number Diff line number Diff line change @@ -720,7 +720,7 @@ var vboxChooser = {
720
720
var vStr = $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver . substring ( 0 , $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver . indexOf ( '-' ) ) ;
721
721
var vers = $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . version . string . replace ( '_OSE' , '' ) . split ( '.' ) ;
722
722
if ( vers [ 0 ] + '.' + vers [ 1 ] != vStr ) {
723
- vboxAlert ( 'This version of phpVirtualBox (' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver + ') is incompatible with VirtualBox ' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . version . string + ". You probably need to <a href='http ://sourceforge.net/projects/ phpvirtualbox/files /' target=_blank>download the latest phpVirtualBox " + vers [ 0 ] + '.' + vers [ 1 ] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>" , { 'width' :'auto' } ) ;
723
+ vboxAlert ( 'This version of phpVirtualBox (' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver + ') is incompatible with VirtualBox ' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . version . string + ". You probably need to <a href='https ://github.com/ phpvirtualbox/phpvirtualbox /' target=_blank>download the latest phpVirtualBox " + vers [ 0 ] + '.' + vers [ 1 ] + "-x</a>.<p>See the Versioning section below the file list in the link for more information</p>" , { 'width' :'auto' } ) ;
724
724
}
725
725
}
726
726
} else {
@@ -2448,4 +2448,4 @@ $(document).ready(function(){
2448
2448
2449
2449
2450
2450
2451
- } ) ;
2451
+ } ) ;
Original file line number Diff line number Diff line change 1
1
<!-- $Id: about.html 595 2015-04-17 09:50:36Z imoore76 $ -->
2
2
< div style ='text-align: center '>
3
3
< h3 align ='center ' id ='vboxAboutHeader '> phpVirtualBox X -/- VirtualBox X compatible</ h3 >
4
- < p style ='text-align: center '> Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com) - < a href ='LICENSE.txt ' target ='_new '> LICENSE</ a > </ p >
5
- < p style ='text-align: center '> < a target ='_blank ' href ='https://github.com/phpvirtualbox/phpvirtualbox/ '> https://github.com/phpvirtualbox/phpvirtualbox/</ a > </ p >
6
- < p style ='text-align: left '>
7
- I develop and support phpVirtualBox in my spare time - free of charge. I do not receive payments from VirtualBox (Oracle) nor am
8
- I affiliated with them in any way. If you find this program useful, I ask that you please donate.
4
+ < p style ='text-align: center '> < a target ='_blank ' href ='https://github.com/phpvirtualbox/phpvirtualbox/ '> https://github.com/phpvirtualbox/phpvirtualbox</ a > </ p >
5
+ < p style ='text-align: center '>
6
+ phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)
7
+ with support from various < a target ='_blank ' href ='https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors/ '> contributors</ a >
9
8
</ p >
10
- < p align = center >
11
- < a href =' https://www.paypal. com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UB2BVHBDUJ2D2 ' target = _blank > < img src =' images/donate.gif ' style =' border: 0px; ' > </ a >
9
+ < p style =' text-align: center' >
10
+ Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com) - < a href =' LICENSE.txt ' target =' _new ' > LICENSE </ a >
12
11
</ p >
13
12
< div style ='margin-top: 10px; border-top: 1px solid #000; ' id ='vboxAboutVbox '> < p > VirtualBox</ p >
14
13
< script type ='text/javascript '>
15
14
$ ( '#vboxAboutHeader' ) . html ( 'phpVirtualBox ' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver + ' -/- VirtualBox ' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver . substring ( 0 , $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . phpvboxver . indexOf ( '-' ) ) + '.x compatible' ) ;
16
15
$ ( '#vboxAboutVbox' ) . html ( 'Virtual Box ' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . version . string + ' (' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . version . revision + ')<br />' + $ ( '#vboxPane' ) . data ( 'vboxConfig' ) . version . settingsFilePath ) ;
17
16
</ script >
18
17
</ div >
19
- </ div >
18
+ </ div >
You can’t perform that action at this time.
0 commit comments