Browse Source

Add clean

stany.ferer 2 months ago
parent
commit
488cbf150f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      core/views/pages/cms.parametres-debug.php

+ 5 - 5
core/views/pages/cms.parametres-debug.php

@@ -28,13 +28,13 @@ $checkDebug = debug::isFile("debug");
                 </div>
 
 
-                <h4>Infos serveur</h4>
+                <h4>Infos Post Size</h4>
                 <div class="element-parametres">
                     <?php
-                    echo 'SAPI: ' . PHP_SAPI . PHP_EOL;
-                    echo 'upload_max_filesize: ' . ini_get('upload_max_filesize') . PHP_EOL;
-                    echo 'post_max_size: ' . ini_get('post_max_size') . PHP_EOL;
-                    echo 'Loaded conf: ' . (php_ini_loaded_file() ?: 'none') . PHP_EOL;
+                    echo '<div>SAPI: ' . PHP_SAPI . PHP_EOL . '</div>';
+                    echo '<div>upload_max_filesize: ' . ini_get('upload_max_filesize') . PHP_EOL . '</div>';
+                    echo '<div>post_max_size: ' . ini_get('post_max_size') . PHP_EOL . '</div>';
+                    echo '<div>Loaded conf: ' . (php_ini_loaded_file() ?: 'none') . PHP_EOL . '</div>';
                     ?>
                 </div>