<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Missing Controller</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/css/cake.generic.css" /></head>
<body>
	<div id="container">
		<div id="content">
			<h1>Missing controller</h1>
<p class="error">You are seeing this error because controller <em>NsController</em> could not be found.</p>
<p><span class="notice"><strong>Notice:</strong> If you want to customize this error message, create cif/views/errors/missing_controller.thtml.</span></p>
<p><span class="notice"><strong>Fatal</strong>: Create the class below in file : cif/controllers/ns_controller.php</p>
<p>&lt;?php<br />
class NsController extends AppController {<br />
&nbsp;&nbsp;&nbsp;var $name = 'Ns';<br />
}<br />
?&gt;<br />
</p>		</div>
	</div>
	</body>
</html>