Sindbad~EG File Manager

Current Path : /home/frekansk/www/wp-content/plugins/wordfence/modules/login-security/classes/utility/
Upload File :
Current File : /home/frekansk/www/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php

<?php

namespace WordfenceLS;

/**
 * An implementation of the Utility_Lock that doesn't actually do any locking
 */
class Utility_NullLock implements Utility_Lock {

	public function acquire($delay = self::DEFAULT_DELAY) {
		//Do nothing
	}

	public function release() {
		//Do nothing
	}

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists