Skip to content

Commit 010a894

Browse files
committed
removing more closing PHP tags
1 parent 3a4ca87 commit 010a894

29 files changed

+0
-37
lines changed

include/database.inc.php

-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@
1717
if (mysqli_connect_errno()) {
1818
die("Failed to connect to database");
1919
}
20-
21-
?>

include/lib/Michelf/Markdown.php

-1
Original file line numberDiff line numberDiff line change
@@ -3091,4 +3091,3 @@ protected function _doAbbreviations_callback($matches) {
30913091
}
30923092

30933093
}
3094-
?>

include/lib/Michelf/MarkdownExtra.php

-3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ class MarkdownExtra extends \Michelf\_MarkdownExtra_TmpImpl {
3535
# See note above.
3636

3737
}
38-
39-
40-
?>

include/lib/recaptchalib.php

-3
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,3 @@ function recaptcha_mailhide_html($pubkey, $privkey, $email) {
272272
"' onclick=\"window.open('" . htmlentities ($url) . "', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;\" title=\"Reveal this e-mail address\">...</a>@" . htmlentities ($emailparts [1]);
273273

274274
}
275-
276-
277-
?>

include/lib/scrypt.php

-2
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,3 @@ function word_reverse($str) {
532532
}
533533
return $ret;
534534
}
535-
536-
?>

include/lib/smarty_plugins/function.acl.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ function check_acl_access($params, $smarty)
3131
break;
3232
}
3333
}
34-
?>

include/pages/about.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
// Tempalte specifics
55
$smarty->assign("CONTENT", "default.tpl");
6-
?>

include/pages/about/pplns.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
// Tempalte specifics
55
$smarty->assign("CONTENT", "default.tpl");
6-
?>

include/pages/admin.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99

1010
// Tempalte specifics
1111
$smarty->assign("CONTENT", "");
12-
?>

include/pages/admin/earnings.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
}
1919

2020
$smarty->assign('CONTENT', 'default.tpl');
21-
?>

include/pages/admin/invitations.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121

2222
// Tempalte specifics
2323
$smarty->assign("CONTENT", "default.tpl");
24-
?>

include/pages/admin/monitoring.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@
2626

2727
// Tempalte specifics
2828
$smarty->assign("CONTENT", "default.tpl");
29-
?>

include/pages/admin/news.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@
4646
}
4747
$smarty->assign("NEWS", $aNews);
4848
$smarty->assign("CONTENT", "default.tpl");
49-
?>

include/pages/api.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99

1010
header('HTTP/1.1 400 Bad Request');
1111
die('400 Bad Request');
12-
?>

include/pages/api/getblockcount.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818

1919
// Supress master template
2020
$supress_master = 1;
21-
?>

include/pages/api/getblocksfound.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424

2525
// Supress master template
2626
$supress_master = 1;
27-
?>

include/pages/api/getblockstats.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@
1414

1515
// Supress master template
1616
$supress_master = 1;
17-
?>

include/pages/api/getcronjobstatus.inc.php

-2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,3 @@
4343

4444
// Supress master template
4545
$supress_master = 1;
46-
47-
?>

include/pages/api/getcurrentworkers.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212

1313
// Supress master template
1414
$supress_master = 1;
15-
?>

include/pages/api/getdashboarddata.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@
119119
);
120120

121121
echo $api->get_json($data);
122-
?>

include/pages/api/getdifficulty.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515

1616
// Supress master template
1717
$supress_master = 1;
18-
?>

include/pages/api/getestimatedtime.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616

1717
// Supress master template
1818
$supress_master = 1;
19-
?>

include/pages/api/gethourlyhashrates.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818

1919
// Supress master template
2020
$supress_master = 1;
21-
?>

include/pages/api/getpoolhashrate.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919

2020
// Supress master template
2121
$supress_master = 1;
22-
?>

include/pages/api/getpoolinfo.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@
3636

3737
// Supress master template
3838
$supress_master = 1;
39-
?>

include/pages/api/getpoolsharerate.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515

1616
// Supress master template
1717
$supress_master = 1;
18-
?>

include/pages/api/getpoolstatus.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@
6666

6767
// Supress master template
6868
$supress_master = 1;
69-
?>

include/pages/dashboard.inc.php

-2
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,3 @@
5959
$smarty->assign('INTERVAL', $interval / 60);
6060
$smarty->assign('CONTENT', 'default.tpl');
6161
}
62-
63-
?>

include/pages/error.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
// Tempalte specifics
55
$smarty->assign("CONTENT", "default.tpl");
6-
?>

0 commit comments

Comments
 (0)