Configuration for "faqpublisher.cgi":
### URL to image files folder
my $image_folder="images/";
### Full URL of this script.
my $path_to_script="faqpublisher.cgi";
### MySQL database details...
# Database name
my $database_name="upoint_info";
# Database host name
my $database_hostname="localhost";
# Database username
my $database_username="username";
# Database password
my $database_password="password";
### Admin password
my $admin_pass="upoint";
### This is the prefix value of tables created in your database.
my $table_prefix="faqpub_";
Calling the admin interface: