$file = file_get_contents(drupal_get_('module', 'yshout').'/yshout/logs/yshout.prefs.txt');
With drupal_get_path it's work
Bye
Ytokan
$file = file_get_contents(drupal_get_('module', 'yshout').'/yshout/logs/yshout.prefs.txt');
With drupal_get_path it's work
Bye
Ytokan
Comments
Comment #1
michael9 commentedSorry, I've been inactive on this project for a while. As soon as I get a Drupal 6 installation setup I'll start working on it again.
And that was a typo.
Comment #2
michael9 commentedFixed in the dev version.