Skip to content
View jehanf's full-sized avatar
Block or Report

Block or report jehanf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. apache-log-to-discord apache-log-to-discord Public

    Forked from meldsza/log-to-discord

    Posts Stacktrace for PHP Fatal and Parse Errors to Discord embed message

    JavaScript

  2. Backup every database from a server ... Backup every database from a server into different files
    1
    #!/bin/bash
    2
    
                  
    3
    USER="USER_NAME"
    4
    PASSWORD="PASSWORD"
    5
    #OUTPUT="FOLDER"
  3. Wordpress • Automatically adds No Fo... Wordpress • Automatically adds No Follow / target='_blank" to all external links in post content / page content
    1
    <?php
    2
    
                  
    3
    class AddNoFollowExternalLinks {
    4
    
                  
    5
        public function __construct() {