Initial commit: 교육 프로젝트 배포

This commit is contained in:
송대일
2026-07-01 18:32:42 +09:00
commit be6dccd120
1483 changed files with 5082202 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
session_start();
$_SESSION['ss_mb_id'] = 'ADMIN';
$_POST = [
'content_id' => '20260316-069',
'watch_tm' => '40',
'content_tm' => '120',
'all_tm' => '40',
'completed' => '0',
'is_watching' => 'Y',
];
include __DIR__ . '/edu/bbs/api/save_learning.php';