├── README.md ├── about-us.html ├── admin ├── admin.php ├── approvalreq.php ├── approvalreqprj.php ├── approvalreqsupervisor.php ├── changepassword.php ├── connection.php ├── editsupervisor.php ├── edituser.php ├── logout.php ├── projects.php ├── selectuser.php ├── sessions.php ├── supervisors.php ├── temp_footer.php ├── temp_nav.php ├── users.php ├── viewprj.php ├── viewsupervisor.php └── viewuser.php ├── approve.php ├── connection.php ├── contact.html ├── css ├── bootstrap.min.css ├── font-awesome.min.css ├── magnific-popup.css ├── menumaker.css ├── owl.carousel.css ├── owl.video.play.html ├── search-filter.css ├── sign.css ├── sty.css ├── style-home2.css ├── style-home3.css ├── style.css └── themify-icons.css ├── dbFile └── globalfyp.sql ├── fonts ├── fontawesome-webfont3e6e.eot ├── fontawesome-webfont3e6e.html ├── fontawesome-webfont3e6e.svg ├── fontawesome-webfont3e6e.ttf ├── fontawesome-webfont3e6e.woff ├── fontawesome-webfontd41d.eot ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.html ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff ├── glyphicons-halflings-regulard41d.eot ├── themify9f24.eot ├── themify9f24.svg ├── themify9f24.ttf ├── themify9f24.woff └── themifyd41d.eot ├── images ├── about │ ├── about-img-1.jpg │ ├── about-img-2.jpg │ ├── about-img-3.jpg │ ├── about-img-4.jpg │ ├── about-img.jpg │ ├── abt-1.jpg │ └── abt-2.jpg ├── bg │ ├── banner-bg.jpg │ ├── copy-bg.jpg │ ├── counter-bg.jpg │ ├── facts-bg.jpg │ ├── footer-bg.jpg │ ├── image.jpg │ ├── image.png │ ├── menu-bg.jpg │ ├── page-banner.jpg │ ├── quote-bg.jpg │ ├── slide2.jpg │ ├── slide2.png │ ├── slider-1.jpg │ ├── slider-2.jpg │ ├── testimonial-bg.jpg │ ├── top-bar.jpg │ └── yellow-gradient-bg.jpg ├── blog │ ├── blog-comment-01.jpg │ ├── blog-comment-02.jpg │ ├── list-news-1.jpg │ ├── list-news-2.jpg │ ├── list-news-3.jpg │ ├── list-news-4.jpg │ ├── list-news-5.jpg │ ├── news-dtl.jpg │ ├── news-img-1.jpg │ ├── news-img-2.jpg │ ├── news-img-3.jpg │ ├── news-img-4.jpg │ ├── news-img-5.jpg │ ├── news-img-6.jpg │ └── written.jpg ├── client-1.jpg ├── client-2.jpg ├── client-3.jpg ├── client-4.jpg ├── client-5.jpg ├── client-6.jpg ├── favicon │ └── favicon.ico ├── featured │ ├── featured-1.jpg │ ├── featured-2.jpg │ ├── featured-3.jpg │ └── featured-4.jpg ├── footer-map.png ├── icons │ ├── features-arrow.png │ ├── icons-bg.jpg │ ├── map.png │ ├── paymethodinfo.png │ ├── testimonial-arrow-2.png │ └── testimonial-arrow.png ├── image.jpg ├── logo-white.png ├── logo.png ├── paper-note-ipad-76752.jpeg ├── preloader.png ├── projects │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpeg │ ├── 4.jpg │ ├── 5.jpeg │ ├── 6.jpg │ ├── project-dtl-1.jpg │ ├── project-dtl-2.jpg │ ├── project-dtl-3.jpg │ ├── projects-1.jpg │ ├── projects-2.jpg │ ├── projects-3.jpg │ ├── projects-4.jpg │ ├── projects-5.jpg │ ├── projects-6.jpg │ ├── projects-7.jpg │ └── projects-8.jpg ├── shop │ ├── paypal.png │ ├── popular-pdct-01.jpg │ ├── popular-pdct-02.jpg │ ├── popular-pdct-03.jpg │ ├── shop-1.jpg │ ├── shop-2.jpg │ ├── shop-3.jpg │ ├── shop-4.jpg │ ├── shop-5.jpg │ ├── shop-6.jpg │ ├── shop-7.jpg │ ├── shop-9.jpg │ └── shop-single-img.jpg ├── slide2.jpg ├── solutions │ ├── sol-1.jpg │ ├── sol-2.jpg │ ├── sol-3.jpg │ ├── sol-4.jpg │ ├── sol-5.jpg │ ├── sol-6.jpg │ └── sol-dtl.jpg ├── team │ ├── 1.JPG │ ├── 2.JPG │ ├── team-1.jpg │ ├── team-1.png │ ├── team-2.jpg │ ├── team-2.png │ ├── team-3.jpg │ ├── team-4.jpg │ ├── team-5.jpg │ ├── team-6.jpg │ ├── team-7.jpg │ └── team-8.jpg ├── testimonial │ ├── a.jpg │ ├── b.jpg │ ├── loveus-01.jpg │ ├── loveus-02.jpg │ ├── loveus-03.jpg │ ├── testimonial-1.JPG │ └── testimonial-2.JPG └── users │ ├── 10785CK78R.jpg │ ├── 11.png │ ├── 116q8QdN8Z.jpg │ ├── 13H0FHazlm.jpg │ ├── 14u9vDKpRw.jpg │ ├── 15hkjlhk.png │ ├── 15kjlkj.jpg │ ├── 16kkkkk.png │ ├── 17hgjgjk.png │ ├── 18bnm.png │ ├── 18hjgjk.png │ ├── 18hkjhjhgf.png │ ├── 20bnmbkjhjkl.png │ ├── 2mmm.png │ ├── 3adeel.png │ ├── 4mmm2.png │ └── 8zYLGMHhq.jpg ├── index.html ├── index.php ├── jquery.min.js ├── js ├── bootstrap.min.js ├── jquery-3.3.1.js ├── jquery.ajaxchimp.js ├── jquery.counterup.js ├── jquery.elevatezoom.js ├── jquery.magnific-popup.min.js ├── jquery.min.js ├── menumaker.js ├── owl.carousel.js ├── price-slider.js ├── smooth-scroll.js ├── theme.js └── waypoints.min.js ├── login.php ├── my-account.html ├── projects-details.html ├── projects.html ├── projects ├── adeel_AI Robot 1_Screenshot (20).png ├── adeel_AI Robot klj_Screenshot (1).png ├── adeel_AI Robot klj_Screenshot (2).png ├── adeel_AI Robot klj_Screenshot (3).png ├── adeel_AI Robot klj_Screenshot (4).png ├── adeel_Patrona test_Screenshot (1).png ├── adeel_Patrona test_Screenshot (2).png ├── adeel_Patrona test_Screenshot (3).png ├── adeel_Patrona test_Screenshot (4).png ├── adeel_Patrona_Screenshot (1).png ├── adeel_alskdjfl;_Screenshot (3).png ├── adeel_alskdjfl;_Screenshot (7).png ├── mmm_Patrona Ai_Screenshot (1).png ├── mmm_Patrona Ai_Screenshot (2).png ├── mmm_Patrona Ai_Screenshot (3).png ├── mmm_Patrona Ai_Screenshot (4).png ├── rabia_Device Tracker_Screenshot (4).png ├── zainab_Smart Irrigation System_pp11.png ├── zainab_Smart Irrigation System_pp12.png ├── zainab_Smart Irrigation System_pp13.png └── zainab_Smart Irrigation System_pp14.png ├── register.php ├── searchprojects.php ├── supervisor ├── addproject.php ├── changepassworduser.php ├── connection.php ├── create_message.php ├── create_message_student.php ├── create_message_student_student.php ├── dbcon.php ├── editdetails.php ├── editproject.php ├── logout.php ├── read_message.php ├── remove_inbox_message.php ├── remove_inbox_message_modal.php ├── remove_sent_message.php ├── remove_sent_message_modal.php ├── reply_inbox_message_modal_student.php ├── script.php ├── send_message_student.php ├── send_message_student_to_student.php ├── sent_message_student.php ├── sessions.php ├── student_message.php ├── student_message_student.php ├── temp_footer.php ├── temp_nav.php ├── userlogin.php ├── viewprjuser.php └── viewprojects.php ├── temp_footer.php ├── temp_nav.php ├── user ├── addproject.php ├── changepassworduser.php ├── connection.php ├── create_message.php ├── create_message_student.php ├── create_message_student_student.php ├── dbcon.php ├── editdetails.php ├── editproject.php ├── logout.php ├── read_message.php ├── remove_inbox_message.php ├── remove_inbox_message_modal.php ├── remove_sent_message.php ├── remove_sent_message_modal.php ├── reply_inbox_message_modal_student.php ├── script.php ├── send_message_student.php ├── send_message_student_to_student.php ├── sent_message_student.php ├── sessions.php ├── student_message.php ├── student_message_student.php ├── temp_footer.php ├── temp_nav.php ├── userlogin.php ├── viewprjuser.php └── viewprojects.php └── viewprjuserall.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/README.md -------------------------------------------------------------------------------- /about-us.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/about-us.html -------------------------------------------------------------------------------- /admin/admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/admin.php -------------------------------------------------------------------------------- /admin/approvalreq.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/approvalreq.php -------------------------------------------------------------------------------- /admin/approvalreqprj.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/approvalreqprj.php -------------------------------------------------------------------------------- /admin/approvalreqsupervisor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/approvalreqsupervisor.php -------------------------------------------------------------------------------- /admin/changepassword.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/changepassword.php -------------------------------------------------------------------------------- /admin/connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/editsupervisor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/editsupervisor.php -------------------------------------------------------------------------------- /admin/edituser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/edituser.php -------------------------------------------------------------------------------- /admin/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/logout.php -------------------------------------------------------------------------------- /admin/projects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/projects.php -------------------------------------------------------------------------------- /admin/selectuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/selectuser.php -------------------------------------------------------------------------------- /admin/sessions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/sessions.php -------------------------------------------------------------------------------- /admin/supervisors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/supervisors.php -------------------------------------------------------------------------------- /admin/temp_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/temp_footer.php -------------------------------------------------------------------------------- /admin/temp_nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/temp_nav.php -------------------------------------------------------------------------------- /admin/users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/users.php -------------------------------------------------------------------------------- /admin/viewprj.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/viewprj.php -------------------------------------------------------------------------------- /admin/viewsupervisor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/viewsupervisor.php -------------------------------------------------------------------------------- /admin/viewuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/admin/viewuser.php -------------------------------------------------------------------------------- /approve.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/approve.php -------------------------------------------------------------------------------- /connection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/connection.php -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/contact.html -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/font-awesome.min.css -------------------------------------------------------------------------------- /css/magnific-popup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/magnific-popup.css -------------------------------------------------------------------------------- /css/menumaker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/menumaker.css -------------------------------------------------------------------------------- /css/owl.carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/owl.carousel.css -------------------------------------------------------------------------------- /css/owl.video.play.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/owl.video.play.html -------------------------------------------------------------------------------- /css/search-filter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/search-filter.css -------------------------------------------------------------------------------- /css/sign.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/sign.css -------------------------------------------------------------------------------- /css/sty.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/sty.css -------------------------------------------------------------------------------- /css/style-home2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/style-home2.css -------------------------------------------------------------------------------- /css/style-home3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/style-home3.css -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/style.css -------------------------------------------------------------------------------- /css/themify-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/css/themify-icons.css -------------------------------------------------------------------------------- /dbFile/globalfyp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/dbFile/globalfyp.sql -------------------------------------------------------------------------------- /fonts/fontawesome-webfont3e6e.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/fontawesome-webfont3e6e.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont3e6e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/fontawesome-webfont3e6e.html -------------------------------------------------------------------------------- /fonts/fontawesome-webfont3e6e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/fontawesome-webfont3e6e.svg -------------------------------------------------------------------------------- /fonts/fontawesome-webfont3e6e.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/fontawesome-webfont3e6e.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont3e6e.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/fontawesome-webfont3e6e.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfontd41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/fontawesome-webfontd41d.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/glyphicons-halflings-regular.html -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regulard41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/glyphicons-halflings-regulard41d.eot -------------------------------------------------------------------------------- /fonts/themify9f24.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/themify9f24.eot -------------------------------------------------------------------------------- /fonts/themify9f24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/themify9f24.svg -------------------------------------------------------------------------------- /fonts/themify9f24.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/themify9f24.ttf -------------------------------------------------------------------------------- /fonts/themify9f24.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/themify9f24.woff -------------------------------------------------------------------------------- /fonts/themifyd41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/fonts/themifyd41d.eot -------------------------------------------------------------------------------- /images/about/about-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/about-img-1.jpg -------------------------------------------------------------------------------- /images/about/about-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/about-img-2.jpg -------------------------------------------------------------------------------- /images/about/about-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/about-img-3.jpg -------------------------------------------------------------------------------- /images/about/about-img-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/about-img-4.jpg -------------------------------------------------------------------------------- /images/about/about-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/about-img.jpg -------------------------------------------------------------------------------- /images/about/abt-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/abt-1.jpg -------------------------------------------------------------------------------- /images/about/abt-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/about/abt-2.jpg -------------------------------------------------------------------------------- /images/bg/banner-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/banner-bg.jpg -------------------------------------------------------------------------------- /images/bg/copy-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/copy-bg.jpg -------------------------------------------------------------------------------- /images/bg/counter-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/counter-bg.jpg -------------------------------------------------------------------------------- /images/bg/facts-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/facts-bg.jpg -------------------------------------------------------------------------------- /images/bg/footer-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/footer-bg.jpg -------------------------------------------------------------------------------- /images/bg/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/image.jpg -------------------------------------------------------------------------------- /images/bg/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/image.png -------------------------------------------------------------------------------- /images/bg/menu-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/menu-bg.jpg -------------------------------------------------------------------------------- /images/bg/page-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/page-banner.jpg -------------------------------------------------------------------------------- /images/bg/quote-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/quote-bg.jpg -------------------------------------------------------------------------------- /images/bg/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/slide2.jpg -------------------------------------------------------------------------------- /images/bg/slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/slide2.png -------------------------------------------------------------------------------- /images/bg/slider-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/slider-1.jpg -------------------------------------------------------------------------------- /images/bg/slider-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/slider-2.jpg -------------------------------------------------------------------------------- /images/bg/testimonial-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/testimonial-bg.jpg -------------------------------------------------------------------------------- /images/bg/top-bar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/top-bar.jpg -------------------------------------------------------------------------------- /images/bg/yellow-gradient-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/bg/yellow-gradient-bg.jpg -------------------------------------------------------------------------------- /images/blog/blog-comment-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/blog-comment-01.jpg -------------------------------------------------------------------------------- /images/blog/blog-comment-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/blog-comment-02.jpg -------------------------------------------------------------------------------- /images/blog/list-news-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/list-news-1.jpg -------------------------------------------------------------------------------- /images/blog/list-news-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/list-news-2.jpg -------------------------------------------------------------------------------- /images/blog/list-news-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/list-news-3.jpg -------------------------------------------------------------------------------- /images/blog/list-news-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/list-news-4.jpg -------------------------------------------------------------------------------- /images/blog/list-news-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/list-news-5.jpg -------------------------------------------------------------------------------- /images/blog/news-dtl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-dtl.jpg -------------------------------------------------------------------------------- /images/blog/news-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-img-1.jpg -------------------------------------------------------------------------------- /images/blog/news-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-img-2.jpg -------------------------------------------------------------------------------- /images/blog/news-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-img-3.jpg -------------------------------------------------------------------------------- /images/blog/news-img-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-img-4.jpg -------------------------------------------------------------------------------- /images/blog/news-img-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-img-5.jpg -------------------------------------------------------------------------------- /images/blog/news-img-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/news-img-6.jpg -------------------------------------------------------------------------------- /images/blog/written.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/blog/written.jpg -------------------------------------------------------------------------------- /images/client-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/client-1.jpg -------------------------------------------------------------------------------- /images/client-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/client-2.jpg -------------------------------------------------------------------------------- /images/client-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/client-3.jpg -------------------------------------------------------------------------------- /images/client-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/client-4.jpg -------------------------------------------------------------------------------- /images/client-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/client-5.jpg -------------------------------------------------------------------------------- /images/client-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/client-6.jpg -------------------------------------------------------------------------------- /images/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/favicon/favicon.ico -------------------------------------------------------------------------------- /images/featured/featured-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/featured/featured-1.jpg -------------------------------------------------------------------------------- /images/featured/featured-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/featured/featured-2.jpg -------------------------------------------------------------------------------- /images/featured/featured-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/featured/featured-3.jpg -------------------------------------------------------------------------------- /images/featured/featured-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/featured/featured-4.jpg -------------------------------------------------------------------------------- /images/footer-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/footer-map.png -------------------------------------------------------------------------------- /images/icons/features-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/icons/features-arrow.png -------------------------------------------------------------------------------- /images/icons/icons-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/icons/icons-bg.jpg -------------------------------------------------------------------------------- /images/icons/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/icons/map.png -------------------------------------------------------------------------------- /images/icons/paymethodinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/icons/paymethodinfo.png -------------------------------------------------------------------------------- /images/icons/testimonial-arrow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/icons/testimonial-arrow-2.png -------------------------------------------------------------------------------- /images/icons/testimonial-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/icons/testimonial-arrow.png -------------------------------------------------------------------------------- /images/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/image.jpg -------------------------------------------------------------------------------- /images/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/logo-white.png -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/paper-note-ipad-76752.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/paper-note-ipad-76752.jpeg -------------------------------------------------------------------------------- /images/preloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/preloader.png -------------------------------------------------------------------------------- /images/projects/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/1.jpg -------------------------------------------------------------------------------- /images/projects/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/2.jpg -------------------------------------------------------------------------------- /images/projects/3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/3.jpeg -------------------------------------------------------------------------------- /images/projects/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/4.jpg -------------------------------------------------------------------------------- /images/projects/5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/5.jpeg -------------------------------------------------------------------------------- /images/projects/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/6.jpg -------------------------------------------------------------------------------- /images/projects/project-dtl-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/project-dtl-1.jpg -------------------------------------------------------------------------------- /images/projects/project-dtl-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/project-dtl-2.jpg -------------------------------------------------------------------------------- /images/projects/project-dtl-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/project-dtl-3.jpg -------------------------------------------------------------------------------- /images/projects/projects-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-1.jpg -------------------------------------------------------------------------------- /images/projects/projects-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-2.jpg -------------------------------------------------------------------------------- /images/projects/projects-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-3.jpg -------------------------------------------------------------------------------- /images/projects/projects-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-4.jpg -------------------------------------------------------------------------------- /images/projects/projects-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-5.jpg -------------------------------------------------------------------------------- /images/projects/projects-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-6.jpg -------------------------------------------------------------------------------- /images/projects/projects-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-7.jpg -------------------------------------------------------------------------------- /images/projects/projects-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/projects/projects-8.jpg -------------------------------------------------------------------------------- /images/shop/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/paypal.png -------------------------------------------------------------------------------- /images/shop/popular-pdct-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/popular-pdct-01.jpg -------------------------------------------------------------------------------- /images/shop/popular-pdct-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/popular-pdct-02.jpg -------------------------------------------------------------------------------- /images/shop/popular-pdct-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/popular-pdct-03.jpg -------------------------------------------------------------------------------- /images/shop/shop-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-1.jpg -------------------------------------------------------------------------------- /images/shop/shop-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-2.jpg -------------------------------------------------------------------------------- /images/shop/shop-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-3.jpg -------------------------------------------------------------------------------- /images/shop/shop-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-4.jpg -------------------------------------------------------------------------------- /images/shop/shop-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-5.jpg -------------------------------------------------------------------------------- /images/shop/shop-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-6.jpg -------------------------------------------------------------------------------- /images/shop/shop-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-7.jpg -------------------------------------------------------------------------------- /images/shop/shop-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-9.jpg -------------------------------------------------------------------------------- /images/shop/shop-single-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/shop/shop-single-img.jpg -------------------------------------------------------------------------------- /images/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/slide2.jpg -------------------------------------------------------------------------------- /images/solutions/sol-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-1.jpg -------------------------------------------------------------------------------- /images/solutions/sol-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-2.jpg -------------------------------------------------------------------------------- /images/solutions/sol-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-3.jpg -------------------------------------------------------------------------------- /images/solutions/sol-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-4.jpg -------------------------------------------------------------------------------- /images/solutions/sol-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-5.jpg -------------------------------------------------------------------------------- /images/solutions/sol-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-6.jpg -------------------------------------------------------------------------------- /images/solutions/sol-dtl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/solutions/sol-dtl.jpg -------------------------------------------------------------------------------- /images/team/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/1.JPG -------------------------------------------------------------------------------- /images/team/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/2.JPG -------------------------------------------------------------------------------- /images/team/team-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-1.jpg -------------------------------------------------------------------------------- /images/team/team-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-1.png -------------------------------------------------------------------------------- /images/team/team-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-2.jpg -------------------------------------------------------------------------------- /images/team/team-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-2.png -------------------------------------------------------------------------------- /images/team/team-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-3.jpg -------------------------------------------------------------------------------- /images/team/team-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-4.jpg -------------------------------------------------------------------------------- /images/team/team-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-5.jpg -------------------------------------------------------------------------------- /images/team/team-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-6.jpg -------------------------------------------------------------------------------- /images/team/team-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-7.jpg -------------------------------------------------------------------------------- /images/team/team-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/team/team-8.jpg -------------------------------------------------------------------------------- /images/testimonial/a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/a.jpg -------------------------------------------------------------------------------- /images/testimonial/b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/b.jpg -------------------------------------------------------------------------------- /images/testimonial/loveus-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/loveus-01.jpg -------------------------------------------------------------------------------- /images/testimonial/loveus-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/loveus-02.jpg -------------------------------------------------------------------------------- /images/testimonial/loveus-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/loveus-03.jpg -------------------------------------------------------------------------------- /images/testimonial/testimonial-1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/testimonial-1.JPG -------------------------------------------------------------------------------- /images/testimonial/testimonial-2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/testimonial/testimonial-2.JPG -------------------------------------------------------------------------------- /images/users/10785CK78R.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/10785CK78R.jpg -------------------------------------------------------------------------------- /images/users/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/11.png -------------------------------------------------------------------------------- /images/users/116q8QdN8Z.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/116q8QdN8Z.jpg -------------------------------------------------------------------------------- /images/users/13H0FHazlm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/13H0FHazlm.jpg -------------------------------------------------------------------------------- /images/users/14u9vDKpRw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/14u9vDKpRw.jpg -------------------------------------------------------------------------------- /images/users/15hkjlhk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/15hkjlhk.png -------------------------------------------------------------------------------- /images/users/15kjlkj.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/15kjlkj.jpg -------------------------------------------------------------------------------- /images/users/16kkkkk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/16kkkkk.png -------------------------------------------------------------------------------- /images/users/17hgjgjk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/17hgjgjk.png -------------------------------------------------------------------------------- /images/users/18bnm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/18bnm.png -------------------------------------------------------------------------------- /images/users/18hjgjk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/18hjgjk.png -------------------------------------------------------------------------------- /images/users/18hkjhjhgf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/18hkjhjhgf.png -------------------------------------------------------------------------------- /images/users/20bnmbkjhjkl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/20bnmbkjhjkl.png -------------------------------------------------------------------------------- /images/users/2mmm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/2mmm.png -------------------------------------------------------------------------------- /images/users/3adeel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/3adeel.png -------------------------------------------------------------------------------- /images/users/4mmm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/4mmm2.png -------------------------------------------------------------------------------- /images/users/8zYLGMHhq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/images/users/8zYLGMHhq.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/index.html -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/index.php -------------------------------------------------------------------------------- /jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/jquery.min.js -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/bootstrap.min.js -------------------------------------------------------------------------------- /js/jquery-3.3.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/jquery-3.3.1.js -------------------------------------------------------------------------------- /js/jquery.ajaxchimp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/jquery.ajaxchimp.js -------------------------------------------------------------------------------- /js/jquery.counterup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/jquery.counterup.js -------------------------------------------------------------------------------- /js/jquery.elevatezoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/jquery.elevatezoom.js -------------------------------------------------------------------------------- /js/jquery.magnific-popup.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/jquery.magnific-popup.min.js -------------------------------------------------------------------------------- /js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/jquery.min.js -------------------------------------------------------------------------------- /js/menumaker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/menumaker.js -------------------------------------------------------------------------------- /js/owl.carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/owl.carousel.js -------------------------------------------------------------------------------- /js/price-slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/price-slider.js -------------------------------------------------------------------------------- /js/smooth-scroll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/smooth-scroll.js -------------------------------------------------------------------------------- /js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/theme.js -------------------------------------------------------------------------------- /js/waypoints.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/js/waypoints.min.js -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/login.php -------------------------------------------------------------------------------- /my-account.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/my-account.html -------------------------------------------------------------------------------- /projects-details.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects-details.html -------------------------------------------------------------------------------- /projects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects.html -------------------------------------------------------------------------------- /projects/adeel_AI Robot 1_Screenshot (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_AI Robot 1_Screenshot (20).png -------------------------------------------------------------------------------- /projects/adeel_AI Robot klj_Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_AI Robot klj_Screenshot (1).png -------------------------------------------------------------------------------- /projects/adeel_AI Robot klj_Screenshot (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_AI Robot klj_Screenshot (2).png -------------------------------------------------------------------------------- /projects/adeel_AI Robot klj_Screenshot (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_AI Robot klj_Screenshot (3).png -------------------------------------------------------------------------------- /projects/adeel_AI Robot klj_Screenshot (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_AI Robot klj_Screenshot (4).png -------------------------------------------------------------------------------- /projects/adeel_Patrona test_Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_Patrona test_Screenshot (1).png -------------------------------------------------------------------------------- /projects/adeel_Patrona test_Screenshot (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_Patrona test_Screenshot (2).png -------------------------------------------------------------------------------- /projects/adeel_Patrona test_Screenshot (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_Patrona test_Screenshot (3).png -------------------------------------------------------------------------------- /projects/adeel_Patrona test_Screenshot (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_Patrona test_Screenshot (4).png -------------------------------------------------------------------------------- /projects/adeel_Patrona_Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_Patrona_Screenshot (1).png -------------------------------------------------------------------------------- /projects/adeel_alskdjfl;_Screenshot (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_alskdjfl;_Screenshot (3).png -------------------------------------------------------------------------------- /projects/adeel_alskdjfl;_Screenshot (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/adeel_alskdjfl;_Screenshot (7).png -------------------------------------------------------------------------------- /projects/mmm_Patrona Ai_Screenshot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/mmm_Patrona Ai_Screenshot (1).png -------------------------------------------------------------------------------- /projects/mmm_Patrona Ai_Screenshot (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/mmm_Patrona Ai_Screenshot (2).png -------------------------------------------------------------------------------- /projects/mmm_Patrona Ai_Screenshot (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/mmm_Patrona Ai_Screenshot (3).png -------------------------------------------------------------------------------- /projects/mmm_Patrona Ai_Screenshot (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/mmm_Patrona Ai_Screenshot (4).png -------------------------------------------------------------------------------- /projects/rabia_Device Tracker_Screenshot (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/rabia_Device Tracker_Screenshot (4).png -------------------------------------------------------------------------------- /projects/zainab_Smart Irrigation System_pp11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/zainab_Smart Irrigation System_pp11.png -------------------------------------------------------------------------------- /projects/zainab_Smart Irrigation System_pp12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/zainab_Smart Irrigation System_pp12.png -------------------------------------------------------------------------------- /projects/zainab_Smart Irrigation System_pp13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/zainab_Smart Irrigation System_pp13.png -------------------------------------------------------------------------------- /projects/zainab_Smart Irrigation System_pp14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/projects/zainab_Smart Irrigation System_pp14.png -------------------------------------------------------------------------------- /register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/register.php -------------------------------------------------------------------------------- /searchprojects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/searchprojects.php -------------------------------------------------------------------------------- /supervisor/addproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/addproject.php -------------------------------------------------------------------------------- /supervisor/changepassworduser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/changepassworduser.php -------------------------------------------------------------------------------- /supervisor/connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /supervisor/create_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/create_message.php -------------------------------------------------------------------------------- /supervisor/create_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/create_message_student.php -------------------------------------------------------------------------------- /supervisor/create_message_student_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/create_message_student_student.php -------------------------------------------------------------------------------- /supervisor/dbcon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/dbcon.php -------------------------------------------------------------------------------- /supervisor/editdetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/editdetails.php -------------------------------------------------------------------------------- /supervisor/editproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/editproject.php -------------------------------------------------------------------------------- /supervisor/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/logout.php -------------------------------------------------------------------------------- /supervisor/read_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/read_message.php -------------------------------------------------------------------------------- /supervisor/remove_inbox_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/remove_inbox_message.php -------------------------------------------------------------------------------- /supervisor/remove_inbox_message_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/remove_inbox_message_modal.php -------------------------------------------------------------------------------- /supervisor/remove_sent_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/remove_sent_message.php -------------------------------------------------------------------------------- /supervisor/remove_sent_message_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/remove_sent_message_modal.php -------------------------------------------------------------------------------- /supervisor/reply_inbox_message_modal_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/reply_inbox_message_modal_student.php -------------------------------------------------------------------------------- /supervisor/script.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/script.php -------------------------------------------------------------------------------- /supervisor/send_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/send_message_student.php -------------------------------------------------------------------------------- /supervisor/send_message_student_to_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/send_message_student_to_student.php -------------------------------------------------------------------------------- /supervisor/sent_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/sent_message_student.php -------------------------------------------------------------------------------- /supervisor/sessions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/sessions.php -------------------------------------------------------------------------------- /supervisor/student_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/student_message.php -------------------------------------------------------------------------------- /supervisor/student_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/student_message_student.php -------------------------------------------------------------------------------- /supervisor/temp_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/temp_footer.php -------------------------------------------------------------------------------- /supervisor/temp_nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/temp_nav.php -------------------------------------------------------------------------------- /supervisor/userlogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/userlogin.php -------------------------------------------------------------------------------- /supervisor/viewprjuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/viewprjuser.php -------------------------------------------------------------------------------- /supervisor/viewprojects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/supervisor/viewprojects.php -------------------------------------------------------------------------------- /temp_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/temp_footer.php -------------------------------------------------------------------------------- /temp_nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/temp_nav.php -------------------------------------------------------------------------------- /user/addproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/addproject.php -------------------------------------------------------------------------------- /user/changepassworduser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/changepassworduser.php -------------------------------------------------------------------------------- /user/connection.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/create_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/create_message.php -------------------------------------------------------------------------------- /user/create_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/create_message_student.php -------------------------------------------------------------------------------- /user/create_message_student_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/create_message_student_student.php -------------------------------------------------------------------------------- /user/dbcon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/dbcon.php -------------------------------------------------------------------------------- /user/editdetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/editdetails.php -------------------------------------------------------------------------------- /user/editproject.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/editproject.php -------------------------------------------------------------------------------- /user/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/logout.php -------------------------------------------------------------------------------- /user/read_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/read_message.php -------------------------------------------------------------------------------- /user/remove_inbox_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/remove_inbox_message.php -------------------------------------------------------------------------------- /user/remove_inbox_message_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/remove_inbox_message_modal.php -------------------------------------------------------------------------------- /user/remove_sent_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/remove_sent_message.php -------------------------------------------------------------------------------- /user/remove_sent_message_modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/remove_sent_message_modal.php -------------------------------------------------------------------------------- /user/reply_inbox_message_modal_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/reply_inbox_message_modal_student.php -------------------------------------------------------------------------------- /user/script.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/script.php -------------------------------------------------------------------------------- /user/send_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/send_message_student.php -------------------------------------------------------------------------------- /user/send_message_student_to_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/send_message_student_to_student.php -------------------------------------------------------------------------------- /user/sent_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/sent_message_student.php -------------------------------------------------------------------------------- /user/sessions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/sessions.php -------------------------------------------------------------------------------- /user/student_message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/student_message.php -------------------------------------------------------------------------------- /user/student_message_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/student_message_student.php -------------------------------------------------------------------------------- /user/temp_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/temp_footer.php -------------------------------------------------------------------------------- /user/temp_nav.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/temp_nav.php -------------------------------------------------------------------------------- /user/userlogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/userlogin.php -------------------------------------------------------------------------------- /user/viewprjuser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/viewprjuser.php -------------------------------------------------------------------------------- /user/viewprojects.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/user/viewprojects.php -------------------------------------------------------------------------------- /viewprjuserall.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madeel20/FYPorProject-Management-System-Core-PHP/HEAD/viewprjuserall.php --------------------------------------------------------------------------------