login

This php file stores chunked plots and their information.

This This php file is called in:

  • Login function from the labeler.html file.

  • Login function from the Library.html file.

$sql="SELECT Name, IsChunked from Plot_Types where ID in (SELECT Plot_Type_ID from User_Permissions where UserName=\"". $_SERVER['PHP_AUTH_USER'] ."\");";