PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/qpfajntr/ekhaya.265thami.com/y77.php on line 8
| Dir : /home/qpfajntr/NBM Site Backup/wp-content/plugins/link-library/ |
| Server: Linux premium288.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 162.254.39.137 |
| Dir : /home/qpfajntr/NBM Site Backup/wp-content/plugins/link-library/cssgenerator.php |
<?php
function link_library_generate_css( $my_link_library_plugin ) {
$options = '';
$genoptions = '';
$genoptions = get_option( 'LinkLibraryGeneral' );
$genoptions = wp_parse_args( $genoptions, ll_reset_gen_settings( 'return' ) );
header("Content-type: text/css");
if ( isset( $genoptions['fullstylesheet'] ) ) {
echo stripslashes( $genoptions['fullstylesheet'] );
}
for ( $i = 1; $i <= $genoptions['numberstylesets']; $i++ ) {
$settingsid = intval( $i );
$settingsname = 'LinkLibraryPP' . $settingsid;
$options = get_option( $settingsname );
$options = wp_parse_args( $options, ll_reset_options( 1, 'list', 'return' ) );
if ( !empty( $options['stylesheet'] ) ) {
echo stripslashes( $options['stylesheet'] ) . "\n";
}
}
exit;
}