Merge branch 'main' of https://gitea.hmac.kr/b24014/kngil_home
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<?php
|
||||
if (session_status() === PHP_SESSION_NONE) {
|
||||
session_start();
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<!--index.php-->
|
||||
<html lang="ko">
|
||||
@@ -60,7 +65,6 @@
|
||||
<!-- // Intro Screen -->
|
||||
</div>
|
||||
<?php
|
||||
include __DIR__ . "/pop_login.php";
|
||||
include __DIR__ . "/pop_join.php";
|
||||
include __DIR__ . "/pop_agreement.php";
|
||||
include __DIR__ . "/pop_mypage01.php";
|
||||
@@ -77,7 +81,6 @@
|
||||
<script src="/kngil/js/index.js"></script>
|
||||
<script src="/kngil/js/mypage.js"></script>
|
||||
<script src="/kngil/js/join.js"></script>
|
||||
<script type="module" src="/kngil/js/login.js"></script>
|
||||
<script src="/kngil/js/login_sms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user