Click here to Skip to main content
16,017,297 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Disregarding the errors, briefly explain what the code is doing.

<?php
//-------------- PHP Defaults for Application ---------------
$_SESSION["app_datasrc"]="login";
$_SESSION["app_name"]="acs;
$_SESSION["app_path"] = getcwd() ;
$_SESSION["app_img_path"] = getcwd() "\_images" ;
$_SESSION["app_access_log"] = getcwd()."\_logs\app_access.log";
//-------------------------------------------------------
?>

What I have tried:

I have tried identifying what the code is doing but I do not know.
Posted
Updated 24-Jan-18 6:51am
v2
Comments
Richard MacCutchan 24-Jan-18 10:21am    
This is your fourth question like this. Please follow the advice you have been given and learn the language you are trying to work with.

1 solution

See my previous reply - go learn php if you want to know what the code is doing.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900