Ran PHPCBF on PHP files
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
//error_reporting(E_ALL);
|
||||
//ini_set('display_errors',1);
|
||||
$semikoma=$_GET['semikoma'];
|
||||
$semikoma = $_GET['semikoma'];
|
||||
echo '<link rel="stylesheet" type="text/css" href="css/main.css">';
|
||||
echo '<div class="title">';
|
||||
echo 'museum-digital CSV to XML converter';
|
||||
@ -10,10 +10,9 @@ echo '<div class="maincontent">';
|
||||
echo '<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">';
|
||||
echo '<tr>';
|
||||
echo '<td width="50%">';
|
||||
echo 'Please wait ... (transforming)<hr>';
|
||||
include('csv_laden_utf.php');
|
||||
echo '</td>';
|
||||
echo 'Please wait ... (transforming)<hr>';
|
||||
require 'csv_laden_utf.php';
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
echo '</div>';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user