스킨화 작업 2차

This commit is contained in:
chicpro
2013-09-24 16:01:24 +09:00
parent de94493584
commit ba7607130b
47 changed files with 1886 additions and 1980 deletions

View File

@ -1,13 +0,0 @@
<?php
include_once('./_common.php');
include_once(G5_PATH.'/head.sub.php');
?>
<script>
alert("<?php echo $msg; ?>");
document.location=g5_bbs_url+"/login.php?url=<?php echo $url; ?>";
</script>
<?php
include_once(G5_PATH.'/tail.sub.php');
?>