We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f85e8 commit 9e360ddCopy full SHA for 9e360dd
functions.php
@@ -1,13 +1,15 @@
1
<?php
2
//echo 'functions 1.04';
3
define('fversion',2.04);
4
- $build = "38494-2347046334";
5
-$runfile = basename($argv[0]);
6
-if (isset($argv[1]) and $runfile == 'functions.php') {
7
- echo 'Functions v'.fversion.PHP_EOL;
8
- echo 'Build '.$build.PHP_EOL;
9
- exit;
10
-}
+ $build = "38536-3213837468";
+ if (isset($argv)) {
+ $runfile = basename($argv[0]);
+ if (isset($argv[1]) and $runfile == 'functions.php') {
+ echo 'Functions v'.fversion.PHP_EOL;
+ echo 'Build '.$build.PHP_EOL;
+ exit;
11
+ }
12
13
function get_boot_time() {
14
$tmp = explode(' ', file_get_contents('/proc/uptime'));
15
0 commit comments