<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - Changeset 7192  for trunk : FreeSlogan 관련 건의]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=7633</link>
		<description><![CDATA[Changeset 7192  for trunk : FreeSlogan 관련 건의 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Mon, 06 Apr 2009 05:33:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: Changeset 7192  for trunk : FreeSlogan 관련 건의]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=34432#p34432</link>
			<description><![CDATA[<p>예 일단 해당 기능을 막아 놓았습니다. (웹 트래픽에 문제를 줄 수 있는 코드가 들어 있어서요^^) 나중에 다시 구현할 때 참고를 하겠습니다!</p><p><a href="http://dev.textcube.org/ticket/1198">1198</a>번 티켓에 추가했습니다~</p>]]></description>
			<author><![CDATA[null@example.com (inureyes)]]></author>
			<pubDate>Mon, 06 Apr 2009 05:33:24 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=34432#p34432</guid>
		</item>
		<item>
			<title><![CDATA[Changeset 7192  for trunk : FreeSlogan 관련 건의]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=33306#p33306</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (이시테아)]]></author>
			<pubDate>Sun, 18 Jan 2009 23:49:32 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=33306#p33306</guid>
		</item>
	</channel>
</rss>
