forked from lolcat/4get
can you just be fixed you fucking piece of shit
This commit is contained in:
parent
dd3469aeb6
commit
12b67af69c
|
@ -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 New Issue