Welcome Guest, Not a member yet? Register   Sign In
Mp3 Mime-type?
#23

[eluser]Tobz[/eluser]
Hi guys,

this is a nice function you've been working on.
here is my 2cents input:

change:
Code:
# START EDIT #
$log_file = BASEPATH . 'logs/unknown_mimes.log';

to

Code:
# START EDIT #
$CI =& get_instance();
$log_file = $CI->config->item('log_path').'unknown_mimes.php';

this will save the log file into the correct location set by the config file.


edit:

also change the .log extension to .php and add first line to make it none readable via the web
Code:
if (file_exists($log_file)) {
  ...
}
else {
  $file_type = "<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>\n\n".$file_type;
}


Messages In This Thread
Mp3 Mime-type? - by El Forum - 03-09-2009, 02:19 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 04:00 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 04:05 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 04:49 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 04:58 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:07 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:09 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:11 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:11 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:17 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:20 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:21 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:23 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:30 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:33 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:41 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:44 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:45 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 05:49 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 06:11 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 07:19 PM
Mp3 Mime-type? - by El Forum - 03-09-2009, 07:33 PM
Mp3 Mime-type? - by El Forum - 03-11-2009, 08:14 PM
Mp3 Mime-type? - by El Forum - 03-11-2009, 08:27 PM
Mp3 Mime-type? - by El Forum - 03-11-2009, 08:29 PM
Mp3 Mime-type? - by El Forum - 03-11-2009, 08:43 PM
Mp3 Mime-type? - by El Forum - 03-11-2009, 09:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB