mirror of
https://github.com/SophiaAtkinson/yourls-html-sitemap.git
synced 2025-06-26 17:47:42 -07:00
Update plugin.php
forgot to change this
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: YOURLS HTML Sitemap Generator
|
Plugin Name: YOURLS HTML Sitemap Generator
|
||||||
Plugin URI: https://github.com/yourls/yourls
|
Plugin URI: https://github.com/SophiaAtkinson/yourls-html-sitemap
|
||||||
Description: Generates a sitemap.html file with all of your short URLs
|
Description: Generates a sitemap.html file with all of your short URLs
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Author: Sophia Atkinson
|
Author: Sophia Atkinson
|
||||||
@ -82,4 +82,4 @@ function generate_html_sitemap() {
|
|||||||
// Handle PDO exceptions
|
// Handle PDO exceptions
|
||||||
yourls_die('Error: ' . $e->getMessage());
|
yourls_die('Error: ' . $e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user