Jump to content

CHMOD?


dean7

Recommended Posts

hi, ive got a forum witch i downloaded but it says i need to change the CHMOD in setting.php to 777, how do i do this? Please help.

 

Here is settings.php

<?php
$set = array();
$set['db_host'] = 'mysql6.000webhost.com';
$set['db_name'] = 'a4674659_testing';
$set['db_pass'] = '***********';
$set['db_port'] = '3306';
$set['db_socket'] = '';
$set['db_user'] = 'a4674659_test';
$set['dbtype'] = 'mysql';
$set['installed'] = '0';
$set['prefix'] = 'mb_';
?>

Link to comment
https://forums.phpfreaks.com/topic/148456-chmod/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.