Upload code ppdb

This commit is contained in:
atuy
2026-06-26 13:37:55 +07:00
commit f6ff2d5d9d
3283 changed files with 1324422 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
class pdf {
function __construct() {
include_once APPPATH . '/third_party/fpdf/fpdf.php';
}
}
?>