changed title to only the error code

master
Thierry Degeling 2015-04-25 15:23:28 +02:00
parent 57aed9211e
commit a5f50ddcb5
1 changed files with 9 additions and 1 deletions

View File

@ -15,7 +15,15 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>Error <?=$code?></title> <title>
<?php
echo strtoupper(
$number[ $code[ 0 ] ]
. ' ' . $number[ $code[ 1 ] ]
. ' ' . $number[ $code[ 2 ] ]
);
?>
</title>
<meta name="robots" content="noindex"> <meta name="robots" content="noindex">
<style type="text/css"> <style type="text/css">
@font-face{ @font-face{