0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.16.49.213


Current Path : /var/www/html/cnv/dud/src/
Upload File :
Current File : /var/www/html/cnv/dud/src/mregistry.php

<?php
session_start();
CRequestBroker::RegisterAction("GetHeaderDetails", "src/header.GetHeaderDetails");
CRequestBroker::RegisterAction("Getstudentdetails", "custom_src/student.Getstudentdetails"); 
 
CRequestBroker::RegisterAction("logout", "src/login.logout");
CRequestBroker::RegisterAction("isLoggedIn", "src/login.isLoggedIn");
CRequestBroker::RegisterAction("validateUsernameAndPassword", "src/login.validateUsernameAndPassword");
CRequestBroker::RegisterAction("validateCollUsernameAndPassword", "src/login.validateCollUsernameAndPassword");
CRequestBroker::RegisterAction("isLoggedInColl", "src/login.isLoggedInColl");
CRequestBroker::RegisterAction("logoutColl", "src/login.logoutColl");
CRequestBroker::RegisterAction("GetCollwiseCandidateList", "custom_src/candidate_certificate.GetCollwiseCandidateList");
CRequestBroker::RegisterAction("GetCandidateDetails", "custom_src/candidate_certificate.GetCandidateDetails");
CRequestBroker::RegisterAction("setLoginCntr", "src/login.setLoginCntr");
CRequestBroker::RegisterAction("SendMailOtPToUser", "custom_src/student.SendMailOtPToUser");
CRequestBroker::RegisterAction("DiaplayUserSelectedPhoto", "custom_src/student.DiaplayUserSelectedPhoto");
CRequestBroker::RegisterAction("SaveCertificateDetails", "custom_src/student.SaveCertificateDetails");
CRequestBroker::RegisterAction("GetCMSDropDownMenuValues", "custom_src/student.GetCMSDropDownMenuValues");
CRequestBroker::RegisterAction("GetCMSAmountValue", "custom_src/student.GetCMSAmountValue");
CRequestBroker::RegisterAction("UploadEmployeeDocuments", "custom_src/student.UploadEmployeeDocuments");
CRequestBroker::RegisterAction("GetpaymentLinkForAppNo", "custom_src/student.GetpaymentLinkForAppNo");
CRequestBroker::RegisterAction("ValidatePaymentApplicationData", "custom_src/student.ValidatePaymentApplicationData");
CRequestBroker::RegisterAction("ValidatePrintCertificateApplicationData", "custom_src/student.ValidatePrintCertificateApplicationData");
CRequestBroker::RegisterAction("Getcnvcategoryfee", "custom_src/student.Getcnvcategoryfee"); 

CRequestBroker::RegisterAction("PrintNetbankCertificate", "Report_details/applicationFormReportNETBANKING.appFormNETBANKING");
CRequestBroker::RegisterAction("PrintPostCertificate", "Report_details/applicationFormReportPOSTOFFICE.appFormPOSTOFFICE");
CRequestBroker::RegisterAction("GetPendingCertificates", "custom_src/pending_certificate.GetPendingCertificates");
CRequestBroker::RegisterAction("ApproveRejectCertificate", "custom_src/pending_certificate.ApproveRejectCertificate"); 
CRequestBroker::RegisterAction("GetVerifiedCertificates", "custom_src/pending_certificate.GetVerifiedCertificates"); 


CRequestBroker::RegisterAction("Getapplicationstatusdetails", "custom_src/student.Getapplicationstatusdetails"); 
//download student phots - 22/08/2016
//CRequestBroker::RegisterAction("downloadstudentphotos", "custom_src/admin.downloadstudentphotos");

CRequestBroker::RegisterAction("downloadstudentphotos", "custom_src/admin.downloadstudentphotozip"); 
?>