Sfoglia il codice sorgente

:rotating_light: remove Warning "Cannot modify header information ... "

Vito Van 4 anni fa
parent
commit
93f975258f
4 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 2 2
      app/dict/index.php
  2. 2 2
      app/pcdl/index.php
  3. 1 1
      app/studio/index.php
  4. 2 2
      app/wiki/index.php

+ 2 - 2
app/dict/index.php

@@ -1,4 +1,4 @@
-<?PHP
+<?PHP
 require_once "../pcdl/html_head.php";
 ?>
 
@@ -194,4 +194,4 @@ ntf_init(1);
 
 	<?php
 include "../pcdl/html_foot.php";
-?>
+?>

+ 2 - 2
app/pcdl/index.php

@@ -1,4 +1,4 @@
-<?php
+<?php
 require_once '../pcdl/html_head.php';
 ?>
 
@@ -306,4 +306,4 @@ require_once '../pcdl/html_head.php';
 
 	<?php
 	include "../pcdl/html_foot.php";
-	?>
+	?>

+ 1 - 1
app/studio/index.php

@@ -1,4 +1,4 @@
-<?php
+<?php
 require_once '../ucenter/login.php';
 require_once '../public/config.php';
 require_once '../public/load_lang.php';

+ 2 - 2
app/wiki/index.php

@@ -1,4 +1,4 @@
-<?PHP
+<?PHP
 include "../pcdl/html_head.php";
 ?>
 
@@ -239,4 +239,4 @@ include "../pcdl/html_head.php";
 		});
         </script>
 	</body>
-</html>
+</html>