forked from Subtech-tk/freepdfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore.php
More file actions
25 lines (23 loc) · 637 Bytes
/
Copy pathcore.php
File metadata and controls
25 lines (23 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
//ini_set('display_errors','0'); //to be set active when site goes live
// core file must be include in all pages
include "dbms/dbms_imp.php";
//@ob_start();
@session_start();
$current_file=$_SERVER['SCRIPT_NAME'];
$http_referer=@$_SERVER['HTTP_REFERER'];
//default values
$booktitle="book title";
$bookbrefdesc="here goes the brief description of the book";
$bookdesc="here goes the description of the book";
$link="testlink";
$note="inactive";
$tag="tag";
$blink="book";
$note="inactive";
//echo $current_file;
$basicshelfs="sh";
$userid=$_SESSION['id'];
$head="Title of comment";
$comment="Comment goes here";
?>