Welcome Guest, Not a member yet? Register   Sign In
[Solved] Printed config value log_file_permissions equal to 420?
#1

(This post was last modified: 03-28-2017, 11:57 AM by raknjak.)

Hello

when I run the code below the output is 420, while my permissions are 0644 in config.php.

PHP Code:
print $this->config->item('log_file_permissions'); 

I looked through the code but can't get to understand how this works.

Context: I'm creating an ini file to save my config settings there and I just encountered this. When I change to 0700 for example it outputs 448. I need to save it as 0644. I'm convinced there's just something I don't know about or understand.

Thank you
Reply


Messages In This Thread
[Solved] Printed config value log_file_permissions equal to 420? - by raknjak - 03-28-2017, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB