mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-08 17:43:07 -05:00
can you just be fixed you fucking piece of shit
This commit is contained in:
parent
dd3469aeb6
commit
12b67af69c
1 changed files with 6 additions and 1 deletions
|
@ -125,7 +125,12 @@ class frontend{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function drawerror($title, $error, $timetaken){
|
public function drawerror($title, $error, $timetaken = null){
|
||||||
|
|
||||||
|
if($timetaken === null){
|
||||||
|
|
||||||
|
$timetaken = microtime(true);
|
||||||
|
}
|
||||||
|
|
||||||
echo
|
echo
|
||||||
$this->load("search.html", [
|
$this->load("search.html", [
|
||||||
|
|
Loading…
Reference in a new issue