add simak to git repo

This commit is contained in:
ryan
2025-10-10 09:25:05 +07:00
commit dc9b19e59f
2037 changed files with 443491 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
php_value upload_max_filesize 900M
php_value post_max_size 900M
php_value max_execution_time 9000
php_value max_input_time 9000
+10
View File
@@ -0,0 +1,10 @@
<?php
$pdf='manual.pdf';
?>
<br>
<br>
<br>
<div class="gal-detail thumb" style="background-color:white;">
<embed src="app/manual/pdf/<?php echo $pdf; ?>" width="100%" height="400"></embed>
</div>
Binary file not shown.