<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - Changeset 7192  for trunk : FreeSlogan 관련 건의]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=7633&amp;type=atom"/>
	<updated>2009-04-06T05:33:24Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=7633</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: Changeset 7192  for trunk : FreeSlogan 관련 건의]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=34432#p34432"/>
			<content type="html"><![CDATA[<p>예 일단 해당 기능을 막아 놓았습니다. (웹 트래픽에 문제를 줄 수 있는 코드가 들어 있어서요^^) 나중에 다시 구현할 때 참고를 하겠습니다!</p><p><a href="http://dev.textcube.org/ticket/1198">1198</a>번 티켓에 추가했습니다~</p>]]></content>
			<author>
				<name><![CDATA[inureyes]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=2</uri>
			</author>
			<updated>2009-04-06T05:33:24Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=34432#p34432</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Changeset 7192  for trunk : FreeSlogan 관련 건의]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=33306#p33306"/>
			<content type="html"><![CDATA[<div class="codebox"><pre><code>r7078    r7192        
119    119    define(&#039;PATH&#039;, &#039;interface/&#039;.(empty($pathPart) ? &#039;&#039; : $pathPart.&#039;/&#039;)); 
120    120    unset($pathPart); 
121            if (!file_exists($interfacePath)) { require ROOT.&quot;/library/error.php&quot;;errorExit(404);} 
         121    if (!file_exists($interfacePath)) { $interfacePath = &#039;interface/freeSlogan.php&#039;; } 
122    122    $URLInfo[&#039;interfacePath&#039;] = $this-&gt;interfacePath = $interfacePath; 
123    123    $this-&gt;URLInfo = $URLInfo;</code></pre></div><p>이렇게 바뀌고<br />interface/freeSlogan.php 이게 추가되었습니다.</p><p>내용을 보면 error.php의 절반에 해당하는 404에러 출력 부분이 그대로 겹치는 것을 알 수 있습니다.</p><p>error.php를 rewrite.php 외에 어디에서 호출하는진 모르겠지만,괜한 낭비가 아닐까 싶습니다.</p><p>그래서 생각한 것이, error.php의 내용에서<br /></p><div class="codebox"><pre><code>fireEvent(&#039;OBStart&#039;);
require_once ROOT . &#039;/interface/common/blog/begin.php&#039;;</code></pre></div><p>와<br /></p><div class="codebox"><pre><code>require_once ROOT . &#039;/interface/common/blog/end.php&#039;;
fireEvent(&#039;OBEnd&#039;);</code></pre></div><p>를 빼내어 rewrite.php에 포함시킨 뒤에 interface/freeSlogan.php의 오류 출력 부분에 <br /></p><div class="codebox"><pre><code>require ROOT.&quot;/library/error.php&quot;;errorExit(404);</code></pre></div><p>를 대신 적는게 어떨까 싶습니다.</p>]]></content>
			<author>
				<name><![CDATA[이시테아]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=312</uri>
			</author>
			<updated>2009-01-18T23:49:32Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=33306#p33306</id>
		</entry>
</feed>
