소스 검색

api fix 1

import/raw
memespring 17 년 전
부모
커밋
75474b0eb2
3개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      trunk/data/%%AD^AD7^AD71B708%%rss.tpl.php
  2. +1
    -1
      trunk/data/%%F7^F7F^F7F34188%%header.tpl.php
  3. +4
    -1
      trunk/docs/api.php

+ 1
- 1
trunk/data/%%AD^AD7^AD71B708%%rss.tpl.php 파일 보기

@@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.16, created on 2007-04-09 17:21:15
<?php /* Smarty version 2.6.16, created on 2007-04-09 17:38:29
compiled from rss.tpl */ ?>
<?php echo '<?xml'; ?>
version="1.0" encoding="UTF-8"<?php echo '?>'; ?>


+ 1
- 1
trunk/data/%%F7^F7F^F7F34188%%header.tpl.php 파일 보기

@@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.16, created on 2007-04-09 17:25:09
<?php /* Smarty version 2.6.16, created on 2007-04-09 17:37:29
compiled from header.tpl */ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


+ 4
- 1
trunk/docs/api.php 파일 보기

@@ -33,14 +33,17 @@ class api {
switch ($call) {
case "postcode":
if(!isset($_GET['postcode']) || !is_postcode($_GET['area_size'])){

if(!isset($_GET['area_size']) || !is_postcode($_GET['postcode'])){
array_push($this->warnings, "No valid postcode specified");
}
if(!isset($_GET['area_size'])){
array_push($this->warnings, "Area size specified");
}

//all good, get the data
if(sizeof($this->warnings) == 0){

$xy = postcode_to_location($_GET['postcode']);
$easting = $xy[0];
$northing = $xy[1];


불러오는 중...
취소
저장