Difference between revisions of "Adminemail.pl"

From EPrints Documentation
Jump to: navigation, search
(Created page with 'The admin email address of a repository should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when…')
 
Line 1: Line 1:
 
The admin email address of a repository should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when an internal server error occurs or when other technical failers happen. When you change this file you must restart your webserver.
 
The admin email address of a repository should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when an internal server error occurs or when other technical failers happen. When you change this file you must restart your webserver.
 +
 
An example is shown below:
 
An example is shown below:
  
 
  $c->{adminemail} = 'foo@bar.ac.uk';
 
  $c->{adminemail} = 'foo@bar.ac.uk';

Revision as of 09:54, 27 July 2010

The admin email address of a repository should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when an internal server error occurs or when other technical failers happen. When you change this file you must restart your webserver.

An example is shown below:

$c->{adminemail} = 'foo@bar.ac.uk';