primeidc db...
This commit is contained in:
parent
f57a0bac9e
commit
ba0d824714
@ -2,7 +2,7 @@
|
|||||||
//DB Config
|
//DB Config
|
||||||
$_conf_db = array(
|
$_conf_db = array(
|
||||||
"main_db"=>array(
|
"main_db"=>array(
|
||||||
"host"=>"mariadb",
|
"host"=>"localhost",
|
||||||
"db"=>"primeidc",
|
"db"=>"primeidc",
|
||||||
"user"=>"primeidc",
|
"user"=>"primeidc",
|
||||||
"password"=>"12clqkidc@!"),
|
"password"=>"12clqkidc@!"),
|
||||||
|
|||||||
28
include/footer_20230413.php
Normal file
28
include/footer_20230413.php
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
|
||||||
|
<!--// footer -->
|
||||||
|
<div id="footer">
|
||||||
|
<div class="foot-link">
|
||||||
|
<div class="contain">
|
||||||
|
<ul>
|
||||||
|
<li><a href="/sub/sub01_01.php">About Us</a></li>
|
||||||
|
<li><a href="/sub/sub02_01.php">호스팅</a></li>
|
||||||
|
<li><a href="/sub/sub03_01.php">회선서비스</a></li>
|
||||||
|
<li><a href="/sub/sub04_01.php">부가서비스</a></li>
|
||||||
|
<li><a href="/sub/sub05_01.php">고객지원</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="foot-info">
|
||||||
|
<div class="contain">
|
||||||
|
<address>
|
||||||
|
Prime-IDC <span class="bar"></span> 대표자 : 김종미 <span class="bar"></span> 회사명 : 트라이어빌리티주식회사(영업소) <span class="bar"></span> 주소 : 서울특별시 관악구 신림로59길 23, 12층 스페이스액트 16에이 <span class="bar"></span> 사업자등록번호 : 399-84-00064 <span class="bar"></span> T. 1544-7652<br>
|
||||||
|
Copyright by 2018 Prime IDC. ALL RIGHTS RESERVED.
|
||||||
|
</address>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- footer //-->
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user