';
echo "console.log('Last activity:". $_SESSION['LAST_ACTIVITY'] ."');";
echo "console.log('User: ". $_SESSION['USER_EMAIL'] ."');";
echo "console.log('Name: ". $_SESSION['USER_NAME'] ."');";
echo "console.log('Path: ". $curPath ."');";
echo "console.log('Path: ". strpos($curPath, "/members") ."');";
echo '';
$time = time();
$timeout_duration = 86400000; // 1 day
if (isset($_SESSION['LAST_ACTIVITY']) && ($time - $_SESSION['LAST_ACTIVITY']) > $timeout_duration) {
unset($_SESSION['USER_EMAIL']);
unset($_SESSION['LAST_ACTIVITY']);
echo '';
}
else {
$_SESSION['LAST_ACTIVITY'] = time();
}
if (! (strpos($_SERVER['REQUEST_URI'], 'elementor'))
&& (strpos($curPath, "/members"))
&& (!isset($_SESSION['LAST_ACTIVITY']) || !isset($_SESSION['USER_EMAIL']))) {
echo '';
}
else if (! (strpos($_SERVER['REQUEST_URI'], 'elementor'))
&& strpos($curPath, "sign-in") && isset($_SESSION['USER_EMAIL'])) {
echo '';
}
/*echo '';*/
echo "";
echo "";
?>
Editorial Skills
- Abstracting
- Copy editing
- Online editing
- Plain language
- Proofreading
- Referencing
- Research and fact-checking
- Rewriting
- Structural and substantive editing
- Stylistic editing
- Writing
Media/Genres
- Academic books and monographs
- Academic papers and essays
- Briefs, précis, and executive summaries
- Conference materials
- Fiction
- Magazines
- Poetry
- Speeches
- Theses and dissertations
Subjects
- Africa
- Arts
- Biography
- Communications
- Culture
- Developing countries
- Gender studies
- Humanities, general
- Literature
To top