This commit is contained in:
Amberstone 2024-09-26 08:55:13 +09:00
parent ca5de66bb5
commit 4558d805b1
Signed by: amber
GPG key ID: 094B0E55F98D8BF1
16 changed files with 91 additions and 78 deletions

View file

@ -1 +1,2 @@
<?php
include_once "../../../../common.php";

View file

@ -1 +1,2 @@
<?php
include_once "../../../../../common.php";

View file

@ -1 +1,2 @@
<?php
include_once "../../common.php";

View file

@ -1,4 +1,6 @@
<?php
include_once "_common.php";
include_once "captcha.lib.php";
$captcha = new KCAPTCHA();
$ss_captcha_key = get_session("ss_captcha_key");

View file

@ -1,4 +1,5 @@
<?php
include_once "_common.php";
function make_mp3()
{

View file

@ -1,5 +1,6 @@
<?php
// 캡챠 세션값과 비교하여 맞는지? 틀린지? 결과값을 출력합니다.
include_once "_common.php";
$captcha_key = isset($_POST['captcha_key']) ? $_POST['captcha_key'] : '';

View file

@ -1,5 +1,7 @@
<?php
include_once "_common.php";
include_once(dirname(__FILE__).'/kcaptcha_config.php');
include_once "captcha.lib.php";
while(true){
$keystring='';

View file

@ -1 +1,2 @@
<?php
include_once "../../../common.php";

View file

@ -1,4 +1,5 @@
<?php
include_once "./_common.php";
/**
* @file

View file

@ -1 +1,2 @@
<?php
include_once "../../common.php";

View file

@ -1,4 +1,5 @@
<?php
include_once "./_common.php";
if (!$write)
die("게시글이 없습니다.");