lint
This commit is contained in:
parent
ca5de66bb5
commit
4558d805b1
16 changed files with 91 additions and 78 deletions
|
|
@ -1 +1,2 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "../../../../common.php";
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "../../../../../common.php";
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "../../common.php";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "_common.php";
|
||||||
|
include_once "captcha.lib.php";
|
||||||
|
|
||||||
$captcha = new KCAPTCHA();
|
$captcha = new KCAPTCHA();
|
||||||
$ss_captcha_key = get_session("ss_captcha_key");
|
$ss_captcha_key = get_session("ss_captcha_key");
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "_common.php";
|
||||||
|
|
||||||
function make_mp3()
|
function make_mp3()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
// 캡챠 세션값과 비교하여 맞는지? 틀린지? 결과값을 출력합니다.
|
// 캡챠 세션값과 비교하여 맞는지? 틀린지? 결과값을 출력합니다.
|
||||||
|
include_once "_common.php";
|
||||||
|
|
||||||
$captcha_key = isset($_POST['captcha_key']) ? $_POST['captcha_key'] : '';
|
$captcha_key = isset($_POST['captcha_key']) ? $_POST['captcha_key'] : '';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "_common.php";
|
||||||
include_once(dirname(__FILE__).'/kcaptcha_config.php');
|
include_once(dirname(__FILE__).'/kcaptcha_config.php');
|
||||||
|
include_once "captcha.lib.php";
|
||||||
|
|
||||||
while(true){
|
while(true){
|
||||||
$keystring='';
|
$keystring='';
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "../../../common.php";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "./_common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "../../common.php";
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
include_once "./_common.php";
|
||||||
|
|
||||||
if (!$write)
|
if (!$write)
|
||||||
die("게시글이 없습니다.");
|
die("게시글이 없습니다.");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue