View file www/partner/logout.php

File size: 89B
<?
include("../../includes/common.php");

MakePartnerLogout($PARTNER_ID);
exit;
?>