Remove PHP closing tags

develop
Sven Slootweg 12 years ago
parent 956933fe9b
commit 1a07c64d17

@ -69,4 +69,3 @@ class CPHPErrorHandler
return $template['error']->Render();
}
}
?>

@ -316,4 +316,3 @@ class CPHPFormSelect extends CPHPFormInputElement
{
public $options = array();
}
?>

@ -15,5 +15,3 @@ $cphp_mysql_host = "localhost";
$cphp_mysql_user = "root";
$cphp_mysql_pass = "";
$cphp_mysql_db = "";
?>

Loading…
Cancel
Save