This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
1.4.25
pull/72/head
v1.4.25
Aaron Parecki
6 years ago
parent
c70b29479a
commit
47f532d359
No known key found for this signature in database
GPG Key ID:
276C2817346D6056
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
controllers/Parse.php
+ 1
- 1
controllers/Parse.php
View File
@ -10,7 +10,7 @@ class Parse {
public
$mc
;
private
$_cacheTime
=
120
;
private
$_pretty
=
false
;
private
static
$_version
=
'1.4.2
4
'
;
private
static
$_version
=
'1.4.2
5
'
;
public
static
function
useragent
()
{
return
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36 XRay/'
.
self
::
$_version
.
' ('
.
\Config
::
$base
.
')'
;
Write
Preview
Loading…
Cancel
Save