Bug 10755 - Add "Keyword as Phrase" to staff client advanced search indexes
[koha.git] / about.pl
index b9508c6..ef45340 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -148,8 +148,8 @@ $template->param( table => $table );
 ## Koha time line code
 
 #get file location
-my $dir = C4::Context->config('intranetdir');
-open( my $file, "<", "$dir" . "/docs/history.txt" );
+my $docdir = C4::Context->config('docdir');
+open( my $file, "<", "$docdir" . "/history.txt" );
 my $i = 0;
 
 my @rows2 = ();