Skip to content
Snippets Groups Projects
Commit 7549e21f authored by Omar Ibrahim Arfa's avatar Omar Ibrahim Arfa
Browse files

remove unnecessary comments

parent 5fc9ecc6
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,6 @@ class Bestellung extends Page
$page->processReceivedData();
$page->generateView();
} catch (Exception $e) {
//header("Content-type: text/plain; charset=UTF-8");
header("Content-type: text/html; charset=UTF-8");
echo $e->getMessage();
}
......
......@@ -218,7 +218,6 @@ HTML;
$page->processReceivedData();
$page->generateView();
} catch (Exception $e) {
//header("Content-type: text/plain; charset=UTF-8");
header("Content-type: text/html; charset=UTF-8");
echo $e->getMessage();
}
......
......@@ -192,7 +192,6 @@ HTML;
$page->processReceivedData();
$page->generateView();
} catch (Exception $e) {
//header("Content-type: text/plain; charset=UTF-8");
header("Content-type: text/html; charset=UTF-8");
echo $e->getMessage();
}
......
......@@ -155,7 +155,6 @@ class Kundenstatus extends Page
$page->processReceivedData();
$page->generateView();
} catch (Exception $e) {
//header("Content-type: text/plain; charset=UTF-8");
header("Content-type: text/html; charset=UTF-8");
echo $e->getMessage();
}
......
......@@ -104,7 +104,7 @@ abstract class Page
<body>
HTML;
if (is_file($jsFile)) {
echo "<script type='text/javascript' src='{$jsFile}'></script>\n";
echo "<script src='{$jsFile}'></script>\n";
}
}
......
......@@ -127,7 +127,6 @@ class Index extends Page
$page->processReceivedData();
$page->generateView();
} catch (Exception $e) {
//header("Content-type: text/plain; charset=UTF-8");
header("Content-type: text/html; charset=UTF-8");
echo $e->getMessage();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment