Fixed exchange rate storage in GRN transactions.
[fa-stable.git] / access / logout.php
index 961e631d9a6a3c2b4000cd12fc1fc502fa704cfb..0a2a2ba9a82ef4392eabcc08ff51cbd8bf07e32f 100644 (file)
@@ -9,6 +9,9 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
+
+define("FA_LOGOUT_PHP_FILE","");
+
 $page_security = 'SA_OPEN';
 $path_to_root="..";
 include($path_to_root . "/includes/session.inc");
@@ -43,7 +46,5 @@ echo "</div></td>
 </table>
 <br>\n";
 end_page(false, true);
+session_unset();
 @session_destroy();
-?>
-
-